When sorting a data grid column it takes a long time to do the sort.
Setting NULLS (First or Last) to be the opposite of what the default setting is for the ascending or descending choice.
Set NULLS LAST when using ascending order and NULLS FIRST when using descending order.
According to Oracle documentation, NULLS LAST is the default for ascending order, and NULLS FIRST is the default for descending order.
© 2021 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy