Microsoft
Software
Hardware
Network
Question : NULLS FIRST, NULLS LAST on order by
I'm want to order by date nulls first. Default seems to be nulls last. However, it will not accept my SQL. Does the version make a difference?
Here's the order by clause SQL:
order by shipdate ASC NULLS FIRST
Answer : NULLS FIRST, NULLS LAST on order by
Which version of PostgreSQL are you using? My guess is 8.2 or lower, the NULLS FIRST|LAST was an addition to 8.3.
So I guess you have to upgrade!
best
Ray
Random Solutions
Auto replicating
close datareader connection
Need to change the default Administrator password in a SQL 2005 database
Integers and Thread Safety
Security certificate error in Outlook 2007 (error 8)
Copying an email to another account when sent to equipment request
PHP/RegEx to Extract Data from img tag
owa 2003 login failure with DNS
MS Access/VBA Coding - Loops Within Recordsets
SQL Server Mirroring Witness