DESC_NULLS_FIRST
The SQL keyword DESC for sorting records in descending order, combined with NULLS FIRST to position SQL NULL values at the start preceding non-null records.
The SQL keyword DESC for sorting records in descending order, combined with NULLS FIRST to position SQL NULL values at the start preceding non-null records.