Re: [SQL] Howto to force NULL rows at the bottom ? - Mailing list pgsql-sql

From Bruce Momjian
Subject Re: [SQL] Howto to force NULL rows at the bottom ?
Date
Msg-id 199912031728.MAA03972@candle.pha.pa.us
Whole thread Raw
In response to Howto to force NULL rows at the bottom ?  (Dirk Lutzebaeck <lutzeb@aeccom.com>)
List pgsql-sql
No way to do this currently, but it is on our TODO list.

> 
> Hi,
> 
> how can I force NULL rows at the bottom of the result list in an
> ordered SELECT?
> 
> with ORDER BY I get
> 
> NULL
> Peter
> Jane
> 
> but I want
> 
> Peter
> Jane
> NULL
> 
> --
> Dirk
> 
> ************
> 
> 


--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-sql by date:

Previous
From: Mario Jorge Nunes Filipe
Date:
Subject: Re: [SQL] Wierd stuff
Next
From:
Date:
Subject: Re: Datetime operators (was: Re: [SQL] Another Date question)