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
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
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