使用MYSQL查询数据表中某个字段包含某个数值


select * from user where find_in_set(dist,field);