Re: Comma's in data?
- Date: Sun, 9 Mar 2008 00:43:37 -0500
- From: Kevin Hunter <hunteke@xxxxxxxxxxx>
- Subject: Re: Comma's in data?
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/mysql?unsub=royale@xxxxxxxxxx