Sorting rows in Result grid of SQL Window

jure

Member²
When user clicks the heading button on result grid, data gets sorted according to values in that column.
However, when data is sorted in ascending order (first click of heading button), null values come first and when data is sorted in descending order (second click), null values come last. I think it should be the other way around (as oracle does it by default, i.e. ASC NULLS LAST and DESC NULLS FIRST).

I'm usually interested in seeing rows with NOT NULL values when sorting in ascending order.

I'm using ver. 10.0.4, but this has been around since at least ver. 7.

Regards,
Jure
 
Back
Top