Re: Top 3 values for each group in PGSQL

Поиск
Список
Период
Сортировка
От hubert depesz lubaczewski
Тема Re: Top 3 values for each group in PGSQL
Дата
Msg-id 20190301115911.7hbvcw3pkhwz5wg5@depesz.com
обсуждение исходный текст
Ответ на Top 3 values for each group in PGSQL  ("Ila B." <ilaria.battiston@gmail.com>)
Список pgsql-sql
On Fri, Mar 01, 2019 at 11:51:24AM +0100, Ila B. wrote:
> Hello,
> 
> I’m working on a health database and I’m trying to extract the most popular prescription codes from a custom table I
structuredlike this:
 
> 
> Year - Code - Count(code)
> 
> I want to extract the 3 codes with maximum count for each year. I know I should be using rank() but I don’t really
understandhow this works.
 
> I am using pgAdmin4 version 3.5 with PostgreSQL 10.6 on Windows 10 Pro and no permission to update.

Consider reading
https://www.depesz.com/2012/10/05/getting-top-n-rows-per-group/

Best regards,

depesz



В списке pgsql-sql по дате отправления:

Предыдущее
От: "Ila B."
Дата:
Сообщение: Top 3 values for each group in PGSQL
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: Top 3 values for each group in PGSQL