Re: ORDER BY TIMESTAMP_column ASC, NULL first - Mailing list pgsql-sql

From Rod Taylor
Subject Re: ORDER BY TIMESTAMP_column ASC, NULL first
Date
Msg-id 1076871769.10896.140.camel@jester
Whole thread Raw
In response to ORDER BY TIMESTAMP_column ASC, NULL first  (Fredrik Wendt <fredrik@csbnet.se>)
List pgsql-sql
On Thu, 2004-02-12 at 05:06, Fredrik Wendt wrote:
> Hi!
> 
> I read posts telling me that NULL values are considered greater than
> non-null values. Fine. Is there a way to explicitly reverse this?

ORDER BY column IS NOT NULL, column ASC;



pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Function
Next
From: Dana Hudes
Date:
Subject: Re: bytea or blobs?