用sql语句查出来字段里包含某个字符串的所有记录

select * from dede_archives where FIND_IN_SET('21',title)

 

以上在MySql5.6中测试通过

你可能感兴趣的:(数据库)