select field1, field2, field3
from table
where field3 not in ('text1', 'text2', 'text3')
----------------------------------------------
That statement would give me inaccurate results. Text1...., these are company names and I need to use NOT LIKE statement to minimize the margin or error.
Thanks
Roman




Reply With Quote