|
-
not like statement
Hi,
Is there way to do the following sql statement?
---------------------------------------------------
select field1, field2, field3
from table
where field3 not like ('text1', 'text2', 'text3')
---------------------------------------------------
This does not work, but is there way to do it?
Thanks
Roman
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|