62,620
社区成员
发帖
与我相关
我的任务
分享
select IDCardfrom (select IDCard,count(IDCard) as n from Archive group by IDCard) as a where n>1
select id from (select id,count(id) as n from 档案表 group by id) as a where n>1
select * from Archive where IDCard='身份证号';