Using commas in a CONCAT php mysql update

QuestionsUsing commas in a CONCAT php mysql update
sethbeckerman5 Staff asked 14 years ago

I have to perform a query similar to:

So basically, I want to append the current database entry with the 'new' string which contains commas. But since the CONCAT function uses commas I'm having trouble.
Does anyone have any tips to accomplish this?


View on Stack Overflow