Hi,

I find there seems problem with this select statement when there is a special
character inside the table. i.e.

select concat(field_1, ',', field_2) as name where .......

field_2 actually is something like 'George, Banson' ( with a comma in between )

i guess this , destroy the SQL syntax.

Is there any function for protecting this situation? 

Thanks for your help.


Regards, CHAN

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to