I have a table that has different values. one of these values
is 'NULL' value. I need to be able to do order by on this column and still have that NULL value to be my first value all the time.


ex. tablex

name
------
june
july
april
null
may


any idea ????

thanks