select * from test where CONCAT(',',uids,',') like '%,123,%';
mysql 字段是以id为逗号分割的字符串集合怎么查询?
最新推荐文章于 2023-09-27 16:09:51 发布
select * from test where CONCAT(',',uids,',') like '%,123,%';