I am trying to find everything in a column that has a backslash in it and the select statement that I am trying to use doesn't find any of them. My statement is:
SELECT * FROM `team` WHERE `name` LIKE '%\%'


I have also tried:
SELECT * FROM `team` WHERE `name` LIKE '%\\%'

Any idea how to search for a backslash in a column of a table?

Thanks
Steve


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to