Answers for "SQL sort ascending by column"

SQL
0

how to ascending order in sql

SELECT *
FROM employees
ORDER BY employees.employee_id DESC ;
Posted by: Guest on June-10-2021

Code answers related to "SQL sort ascending by column"

Code answers related to "SQL"

Browse Popular Code Answers by Language