Re: Window function for get the last value to extend missing rows

Поиск
Список
Период
Сортировка
От Thorsten Glaser
Тема Re: Window function for get the last value to extend missing rows
Дата
Msg-id 5a928693-d243-ef3b-7e2f-13e8c51ab688@evolvis.org
обсуждение исходный текст
Ответ на Re: Window function for get the last value to extend missing rows  (GF <phabriz@gmail.com>)
Список pgsql-general
On Fri, 12 May 2023, GF wrote:

>"The SQL standard defines a RESPECT NULLS or IGNORE NULLS option for lead,
>lag, first_value, last_value, and nth_value. This is not implemented in
>PostgreSQL: the behavior is always the same as the standard's default,
>namely RESPECT NULLS".

Yeah, THAT caused no small amount of cursing, earlier this year,
I’d have also used IGNORE NULLS somewhere…

bye,
//mirabilos
--
15:41⎜<Lo-lan-do:#fusionforge> Somebody write a testsuite for helloworld :-)



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

Предыдущее
От: GF
Дата:
Сообщение: Re: Window function for get the last value to extend missing rows
Следующее
От: Nathaniel Sabanski
Дата:
Сообщение: Re: Adding SHOW CREATE TABLE