当某个字段存储分数据是以逗号分割的字符串
想要搜索其中某个字符串
比如存储的
你好,我好
这样就能把这条数据查询出来
select * from article where find_in_set( '你好' , title)