select * from mbuser
where mobilenum in (select mobilenum from mbuser group by mobilenum having count(*)>1)