时间:2021-07-01 10:21:17 帮助过:189人阅读
select * from table1 where patindex(‘%关键字%‘ , aa) = 0
select * from table1 where charindex(‘关键字‘ , aa) = 0
select * from table1 where aa like ‘%关键字%‘
筛选出sql 查询结果中 不包含某个字符
标签:item follow select log ike baidu dbn sql .com