On Sunday, September 07, 2003 10:27 PM CEST, Wayne wrote:
> Hi All,
>
> silly question... does anyone know how to search for '%'? i.e.
> overriding the normal wildcard use
>
> Wayne


select anything from table where col like "...\%..."

mysql manual: manual_Reference.html#Functions (i've just looked it up in my
local copy)

-- 
Yves Goergen
[EMAIL PROTECTED]
Please don't CC me (causes double mails)


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

Reply via email to