examples for windows functions

Поиск
Список
Период
Сортировка
От Giampaolo Capelli
Тема examples for windows functions
Дата
Msg-id CAJ=H7uy+=+N0RBe9KEpc3yBAwJ7_Fue=MCNuX6Oi=9AFPeNE8g@mail.gmail.com
обсуждение исходный текст
Ответы Re: examples for windows functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-docs
Hello,
I'd like to propose to add some examples to the following page

The syntax of window functions is fully covered by the page 

but I think it would be helpful to put some examples in 

Some example showing the use of preceding would be useful, like the following

over (partition by col1 order by col2
       rows between 10 preceding and 1 preceding
)

what do you think?

Thank you,
best regards

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: missing GRANTED BY explanations
Следующее
От: Tom Lane
Дата:
Сообщение: Re: examples for windows functions