Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

how to ascending order in sql

SELECT *
FROM employees
ORDER BY employees.employee_id DESC ;
 
PREVIOUS NEXT
Tagged: #ascending #order #sql
ADD COMMENT
Topic
Name
6+2 =