模糊查询:
where 字段 like'%字符串%'
精确查询:
where find_in_set('精确字符串',字段名)
posted on 2018-09-21 17:39 sandra爱代码 阅读(1594) 评论(0) 收藏 举报