Re: Pb with insert

2003-06-27 Thread Victoria Reznichenko
Gantier <[EMAIL PROTECTED]> wrote: > Hello, > I do the next request on a table with a column type varchar2 > insert into XX ('test\annuaire\'); > the request succeeds but in the table '\" have disapeared. > testannuaire > You must escape this char: http://www.mysql.com/doc/en/Stri

Re: Pb with insert

2003-06-27 Thread Leonardas Survila
Replace \ with \\ Ulterior = Global FTP Search - www.filesearch.lt - Original Message - From: "Gantier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 27, 2003 9:11 AM Subject: Pb with insert > Hello, > I do

Pb with insert

2003-06-27 Thread Gantier
Hello, I do the next request on a table with a column type varchar2 insert into XX ('test\annuaire\'); the request succeeds but in the table '\" have disapeared. testannuaire Could someone help me? thanks -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To