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
ADMT and sid mapping
MS Excel 2010 and MS Analysis Services 2005 XML Parser Error
Call SOURCEDIR executable from embedded VBScript custom action
How do I restore a ghost image to different drives/partitions of different size?
Check syntax of SQL Select statement in access vba code
Access 2007 report by work shift
Linksys router / internet page not displaying
can you safely use Access 2003 and 2007 together
Remove SBS 2003 Server from Domain since migrating to to 2008 R2 Domain
Showing multiline text in Gridview