ORDER BY and NULLs - Mailing list pgsql-sql

From T E Schmitz
Subject ORDER BY and NULLs
Date
Msg-id 414D9E5D.8070708@numerixtechnology.de
Whole thread Raw
Responses Re: ORDER BY and NULLs  (<terry@ashtonwoodshomes.com>)
List pgsql-sql
Hello,

I am using PostgreSQL 7.4.2 and as I understand NULL values always sort 
last.

However, I have a table from which select using two numerical sort keys 
"FROM" and "TO". "TO" might be NULL and I would like to display those 
rows first (without sorting the column in descending order).

Is there any way this can be achieved without inserting bogus values 
into that column?

-- 


Regards/Gruß,

Tarlika Elisabeth Schmitz


pgsql-sql by date:

Previous
From: Geoffrey
Date:
Subject: Re: How to check postgres running or not ?
Next
From:
Date:
Subject: Re: ORDER BY and NULLs