如果你的数据库里某个字段存了这样的值如下表 你要找出所有name包含3的记录,你可以这样写 select * from tablename where charindex(','+'3'+',',','+name+',')>0 相关文章: 2022-12-23 2022-12-23 2021-12-31 2022-12-23 2022-12-23 2022-01-04 2022-12-23 2022-12-23