假设需要我们设计一个功能:查询出手机号码重复的记录

发布于 2023-02-03 09:04:37
Select * from fa_user
where mobile<>” and mobile in (select mobile from fa_user group by mobile having count(mobile) > 1);



关注公众号,了解更多it技术(it问答网

0 条评论

发布
问题