select field1, field2, field3Originally posted by rkiss
select field1, field2, field3
from table
where field3 not in ('text1', 'text2', 'text3')
from table
where field3 not like 'text1'
or field3 not like 'text2'
or field3 not like 'text3'
???
|
Results 1 to 8 of 8
Thread: not like statementThreaded View
|
Click Here to Expand Forum to Full Width |