oracle查询字段重复数据

select card_no,count(*)    from     GM_PPU_RESIDENT_NORBASE    where  

group by card_no having count(*) > 1  
 

posted @ 2019-06-17 21:01  superming168  阅读(5856)  评论(1)    收藏  举报