Re: Window function for get the last value to extend missing rows - Mailing list pgsql-general

From Thorsten Glaser
Subject Re: Window function for get the last value to extend missing rows
Date
Msg-id 5a928693-d243-ef3b-7e2f-13e8c51ab688@evolvis.org
Whole thread Raw
In response to Re: Window function for get the last value to extend missing rows  (GF <phabriz@gmail.com>)
List 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 by date:

Previous
From: GF
Date:
Subject: Re: Window function for get the last value to extend missing rows
Next
From: Nathaniel Sabanski
Date:
Subject: Re: Adding SHOW CREATE TABLE