I am trying to search a table where the field name does not have a list of strings in it. I use:
SELECT * FROM members WHERE name NOT IN ('bob', 'jim', 'leroy'); but it still returns matches containing those words. I have searched high and low for the answer to this. Can anyone help?