I've been searching the docs and can't find examples how to do what I
need to do. I need to exclude some records from my SELECT statement
results but it appears I can't use (=, != or LIKE) for it.

 What I have is a result set having a column name 'path'. I need to
exclude any record reulting in '/realtors/Kokomo/%' You can't use
wildcards when using = or != as far as I can see.

 How do I exclude any records where the path column is
'/realtors/Kokomo/%'?

Thanks,

Ed


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

Reply via email to