select count(id) as Anzahl from table group by id order by Anzahl desc limit 1;