Re: BUG #18563: Where is tha "FIRST" aggregate function??
Christophe Pettus <xof@thebuild.com>
From: Christophe Pettus <xof@thebuild.com>
To: iuritomazini.dev@gmail.com,
pgsql-bugs@lists.postgresql.org
Date: 2024-08-01T17:38:29Z
Lists: pgsql-bugs
> On Aug 1, 2024, at 09:25, PG Bug reporting form <noreply@postgresql.org> wrote: > I am migrating for > other database, bacause of the dificulty to get a similar resource to > substitute the "FIRST" in PostgreSQL and I hope you can recognize this bad > error and implement something to suppply this lack. Good bye! It's trivial to implement in PostgreSQL: https://wiki.postgresql.org/wiki/First/last_(aggregate)