Hi all,
i have a table relA with a datetime column ADate. this column can contain a value or NULL. Now, i would like to sort the rows as follow:
SELECT * FROM relA
ORDER BY ADate;
Now, the rows with an NULL date appear on the top. How can I change it to appear rows with NULL date value at the bottom?I don't have a clue anymore...
Many thanks for any hint
Dani
i have a table relA with a datetime column ADate. this column can contain a value or NULL. Now, i would like to sort the rows as follow:
SELECT * FROM relA
ORDER BY ADate;
Now, the rows with an NULL date appear on the top. How can I change it to appear rows with NULL date value at the bottom?I don't have a clue anymore...
Many thanks for any hint
Dani