select count(*) as count, mobile from user group by mobile having count > 1;
mysql查重笔记
最新推荐文章于 2025-07-18 20:34:42 发布
select count(*) as count, mobile from user group by mobile having count > 1;