Hi

i have one row in the cpe_id column of the cpe_users table in my database with the value: "d\d".

when i am doing:select cpe_id from cpe_users where cpe_id = 'd\\d' >> I got the one result. when i am doing:select cpe_id from cpe_users where cpe_id like 'd\\d' >> I don't get any result!
why?

also when i am doing: when i am doing:select cpe_id from cpe_users where cpe_id = 'd\\\\d' >> I do get the one result
why?

Thanks, Yariv


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to