At 12:23a -0500 on Sat, 08 Mar 2008, obed wrote:
> Use \ to escape.
> 
> mysql> insert into table1 values ('algo\,otra');

As an aside, I'm curious why the parser doesn't understand that the
comma is part of the string in this context?  It's already between two
single quotes ... ?  Shouldn't that be enough?

Kevin

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

Reply via email to