标题: 求助: where not like 语句出错 [打印本页] 作者: Nicole2009 时间: 2009-2-23 17:15 标题: 求助: where not like 语句出错 请指教 如何使用 where not like 语句排除所有DELL类型的电脑?
例: DELL D630\D520\D130...
HP D133\222
当 select * from store where store.computer not like 'DELL*',出错:不匹配!!
谢谢!!作者: ACMAIN_CHM 时间: 2009-2-23 18:04
试试 not like 'DELL%'