📜  mysql代码示例中的默认顺序

📅  最后修改于: 2022-03-11 15:05:29.454000             🧑  作者: Mango

代码示例1
in MYSQL ,The default sort order is ascending, with smallest values first. 
 To sort the records in descending order, use the DESC keyword.