select * from table1 where patindex(‘%关键字%‘ , aa) = 0
select * from table1 where charindex(‘关键字‘ , aa) = 0
select * from table1 where aa like ‘%关键字%‘
原文地址:https://www.cnblogs.com/LuoEast/p/8478197.html
时间: 2024-11-11 15:32:39
select * from table1 where patindex(‘%关键字%‘ , aa) = 0
select * from table1 where charindex(‘关键字‘ , aa) = 0
select * from table1 where aa like ‘%关键字%‘
原文地址:https://www.cnblogs.com/LuoEast/p/8478197.html