select * from  tbl a
where exists
( select sfzh from tbl b where a.sfzh=b.sfzh  having count(sfzh)>1 group by sfzh )