Order by Default Sort by

- the ORDER BY default sort ascending the ASC: the SELECT * the FROM [TABLE_NAME] the ORDER BY [COLUMN_NAME] the ESC; 
- Ascending DESC: SELECT * FROM [TABLE_NAME] ORDER BY [COLUMN_NAME] DESC;

 

Guess you like

Origin www.cnblogs.com/tanjiyuan/p/11261289.html