ASC_NULLS_FIRST
The SQL keyword ASC for sorting records in ascending order, combined with NULLS FIRST to position SQL NULL values at the start.
The SQL keyword ASC for sorting records in ascending order, combined with NULLS FIRST to position SQL NULL values at the start.