Re: Is there any chance to get some kind of a result set sifting mechanism in Postgres?

2024-05-13 Thread aa
e. Thanks On Mon, May 13, 2024 at 5:48 AM Wolfgang Wilhelm wrote: > Hi, > > do I interpret your idea correctly: You want some sort of ordering without > ordering? > > Kind regards > WW > > Am Montag, 13. Mai 2024 um 10:40:38 MESZ hat aa > Folgendes geschrieben: >

Is there any chance to get some kind of a result set sifting mechanism in Postgres?

2024-05-13 Thread aa
Hello Everyone! Is there any chance to get some kind of a result set sifting mechanism in Postgres? What I am looking for is a way to get for example: "nulls last" in a result set, without having to call "order by" or having to use UNION ALL, and if possible to get this in a single result set pas