在第一次查询结果进行二次查询:查询身份证出现次数大于1以上
select cardid from (select cardid,count(cardid) as total from p_person_info group by cardid) temp where temp.total>1
mysql 在查询结果中进行二次查询
标签:person bsp gpo 二次 font where nbsp span sel
在第一次查询结果进行二次查询:查询身份证出现次数大于1以上
select cardid from (select cardid,count(cardid) as total from p_person_info group by cardid) temp where temp.total>1
mysql 在查询结果中进行二次查询
标签:person bsp gpo 二次 font where nbsp span sel