W
Warrio
Hello!!
I have to select from a table a date field ordered in ascending way.
The following query works perfectly :
Select myDate from myTable order by DateField
But if some records contained in the field (myDate) are null, they appear at
the beginning.
Is it possible to have the query result starting with the earliest date then
the latest and finally the empty onces?
Thanks for any suggestion
I have to select from a table a date field ordered in ascending way.
The following query works perfectly :
Select myDate from myTable order by DateField
But if some records contained in the field (myDate) are null, they appear at
the beginning.
Is it possible to have the query result starting with the earliest date then
the latest and finally the empty onces?
Thanks for any suggestion