Try order by col1, nvl(col2, low_value)
In your example, if it is character data, then the lowest value is 'a', so use
order by col1, nvl(col2, 'a')
HTH
David.
|
Results 1 to 3 of 3
Thread: NULL COLLATION IN ORACLE 8Threaded View
|
Click Here to Expand Forum to Full Width |