select * from table1 where patindex('%关键字%' , aa) = 0 select * from table1 where charindex('关键字' , aa) = 0 select * from table1 where aa like '%关键字%' 相关文章: 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2021-05-02 2021-06-05