📜  在 mysql 代码示例中使用 where 子句排序

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

代码示例1
SELECT expressions  
FROM tables  
[WHERE conditions]  
ORDER BY expression [ ASC | DESC ];