Prepping comma delimited string for mysql's WHERE IN

Sypetypelor

New Member
I have the following string...1,2,3,4,5,6I want to have this like'1','2','3','4','5','6'To use in MySQL's WHERE IN ()Would anyone know the best way to do this?Thanks!
 
Back
Top