I have db which has time column and this column contains numbers as strings and if there's no time the field contains null value . I order the select statement by time column but the rows have null value appears first and I want them to be at the end of the list thnx
Asked
Active
Viewed 34 times
0
-
1You can try [SQL how to make null values come last when sorting ascending](http://stackoverflow.com/questions/1498648/sql-how-to-make-null-values-come-last-when-sorting-ascending/1498667#1498667) – Black Frog Jan 30 '14 at 22:51
-
Thnx man That's did the trick :) – Ibrahim Radwan Jan 30 '14 at 22:55