本文介绍了在查询字符串中使用NOT LIKE ????的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
好的,我知道如何使用[field LIKE''%keyword%'']来提取
包含关键字的所有记录,但是不包含关键字呢?我已经尝试了
不喜欢但是我得到了
参数类型错误,超出可接受的范围,或者在
中
彼此冲突
有什么想法吗?
谢谢!
-
David Lozzi
Associated Business&技术组
我应该知道......但我有一个大脑放屁。
OK, I know how to use [field LIKE ''%keyword%''] to pull up all records that
contains the keyword, but what about not containing the keyword? I''ve tried
NOT LIKE but i get
Arguments are of the wrong type, are out of acceptable range, or are in
conflict with one another
Any ideas?
Thanks!
--
David Lozzi
Associated Business & Technology Group
www.associatedbtg.com
I should''ve known that....but I had a brain fart.
推荐答案
这篇关于在查询字符串中使用NOT LIKE ????的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!