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
Excel 2007 VBA Intellisense not working
Access 2007 get first record
adding last password change to vbscript (exporting Exchange 2003 mailbox statistics)
Using Winamp OCX in VFP
What does \e mean in a regular expressions?
Vista Black Screen with Cursor after login - Explorer process is running
How to remove User Name and Password from Login screen
record source for reports and forms gone
How do I compare two columns in Excel 2007?
create smaller CSV file for a large one