codice:select campo,count(campo) as quanti from tabella group by campo having quanti = (select count(campo) as tot from tabella group by campo order by tot desc limit 1)
codice:select campo,count(campo) as quanti from tabella group by campo having quanti = (select count(campo) as tot from tabella group by campo order by tot desc limit 1)