Problem wish slashes & LIKE query

2002-02-12 Thread Ilia A.
I think this may be a problem with MySQL and if it is not please tell me how to resolve it. mysql Ver 11.15 Distrib 3.23.47, for pc-linux-gnu (i686) mysql> CREATE TABLE test( name char(255) NOT NULL, INDEX(name)); Query OK, 0 rows affected (0.01 sec) mysql> INSERT INTO test VALUES('\"///\\o/\

Re: Problem wish slashes & LIKE query

2002-02-12 Thread Dan Nelson
In the last episode (Feb 11), Ilia A. said: > I think this may be a problem with MySQL and if it is not please tell me how > to resolve it. > > mysql Ver 11.15 Distrib 3.23.47, for pc-linux-gnu (i686) > > mysql> CREATE TABLE test( name char(255) NOT NULL, INDEX(name)); > Query OK, 0 rows affec