如何用sql语句,判断数据库中某字段的内容,包含于某字符串

2025-05-10 18:04:37
推荐回答(1个)
回答1:

select * from 表名 where 列名 like '%字符串%'