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
Gridview - Fully Editable
Is it possible to change a user's password from the VS 2008 website administration utility
Use an unbound column from a combo box
Ubuntu 10.04 generic or virtual kernel for XenServer?
Connect to SQL Server database dynamically with ASP.net
Access-list
Hi-Def TV
Is there a problem with Google sites today?
Small business server 2003 - sent mail is "lost" somewhere...
Question on VBA call worksheet.function and self defined function