Como converter uma matriz em strings de citação única
"'" + myArray.join("', '") + "'";
Powerful Pheasant
"'" + myArray.join("', '") + "'";