Re: oracle rank() over partition by queries

Поиск
Список
Период
Сортировка
От Rodrigo De León
Тема Re: oracle rank() over partition by queries
Дата
Msg-id a55915760709111003qe180601q84e3795a8e39f273@mail.gmail.com
обсуждение исходный текст
Ответ на oracle rank() over partition by queries  ("sharmi Joe" <sha.question@gmail.com>)
Список pgsql-general
On 9/11/07, sharmi Joe <sha.question@gmail.com> wrote:
> Hi,
> Is there a way to get the oracle's rank() over partition by queries in
> postgresql? For example if I have a query like
>
> Select Col1, Col2, RANK() OVER(PARTITION BY Col1 order by Col3 desc) as rank
> from table1
>
> Thanks in advance

See:
http://troels.arvin.dk/db/rdbms/#select-top-n

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

Предыдущее
От: "Phoenix Kiula"
Дата:
Сообщение: Re: Hardware recommendation: which is best
Следующее
От: "George Pavlov"
Дата:
Сообщение: Re: Question about a query with two count fields