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
VBScript: Need to only output the required result, without the junk.
Transferring FSMO roles to windows 2008 server
Content database not showing data after upgrade and mapping
How do I manage connection to MySql db from VB.NET ?
How do you mirror a hard drive
Delete Old Exchange Emails
Issues after removing SMS 2003 Management point
Problem opening office 2007 excel files in office 2008 Mac os x.
Active Directory Query
Allow user to navigate to a folder in windows directory and select the PATH to the file in a .aspx page. Is this possible and how?