ASC_NULLS_LAST
The SQL keyword ASC for sorting records in ascending order, combined with NULLS LAST to position SQL NULL values at the end following non-null records.
The SQL keyword ASC for sorting records in ascending order, combined with NULLS LAST to position SQL NULL values at the end following non-null records.