select telepules.nev, count(*) from ut, telepules where telepulesid=telepules.id group by telepules.nev having count(*)>1 order by count(*) desc;