select extract(year from felirdatum) as yea, count(*) from etel group by yea having count(*)=(select count(*) from etel group by extract(year from felirdatum) order by count(*) desc limit 1);