Nyní je to ještě jednodušší:PostgreSQL 9.4 představil mode()
funkce:
select mode() within group (order by food_id)
from munch
group by country
vrátí (jako příklad uživatele 2247323):
country | mode
--------------
GB | 3
US | 1
Dokumentaci naleznete zde:https://wiki.postgresql.org/wiki/Aggregate_Mode
https://www.postgresql.org/docs/current/static/functions-aggregate.html#FUNCTIONS-ORDEREDSET-TABLE