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

From: Thorsten Glaser <tg(at)evolvis(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Window function for get the last value to extend missing rows
Date: 2023-05-12 18:14:18
Message-ID: 5a928693-d243-ef3b-7e2f-13e8c51ab688@evolvis.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 :-)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nathaniel Sabanski 2023-05-12 18:58:24 Re: Adding SHOW CREATE TABLE
Previous Message GF 2023-05-12 18:08:15 Re: Window function for get the last value to extend missing rows