Re: Sorting by NULL values - Mailing list pgsql-sql

From Tomasz Myrta
Subject Re: Sorting by NULL values
Date
Msg-id 3E65061B.9020907@klaster.net
Whole thread Raw
In response to Sorting by NULL values  (Ian Burrell <ib@onsitetech.com>)
List pgsql-sql
Ian Burrell wrote:
> I am doing a query where I need to sort by a column that may be NULL 
> because it is coming from an OUTER JOIN.  I noticed a difference between
> PostgreSQL and other databases about where NULLs show up.  It seems that 
> with Postgres, NULLs are sorted after other values.  Other databases 
> sort them before.
> 
> Is there any standard on how sorting NULLs work?  Is there a way to 
> change Postgres's behavior?  Is there a way to replace the NULLs with 
> empty strings?
order by field is null asc/desc, field asc/desc

Regards,
Tomasz Myrta



pgsql-sql by date:

Previous
From: Greg Stark
Date:
Subject: Re: Forcing query to use an index
Next
From: Stephan Szabo
Date:
Subject: Re: Sorting by NULL values