Hi
How can I make NULLs come first in query output?
Oracle puts'em to the end of the list, I need
right opposite. I don't want to use NVL since it
will affect performance.
Neither I can use DESC since I need regular sorting
order for non-NULLs.
Any ideas?
Thanks a lot
Dmitri Issanov
How can I make NULLs come first in query output?
Oracle puts'em to the end of the list, I need
right opposite. I don't want to use NVL since it
will affect performance.
Neither I can use DESC since I need regular sorting
order for non-NULLs.
Any ideas?
Thanks a lot
Dmitri Issanov