Changing default value for "nulls first" and "nulls last"
Hello.
I would like Oracle rows with null values to appear on top of the result set when I use ORDER BY ASC and at bottom when I use ORDER BY DESC. Can I set this as the default value for my session (like ALTER SESSION) or whole database or anywhere so as not to rewrite my queries?
Thank you.