select 查询列表 from 表 where 筛选条件 order by 排序列表 【asc}desc】;
1、asc :升序,如果不写默认升序 desc:降序 2、排序列表 支持 单个字段、多个字段、函数、表达式、别名 3、order by的位置一般放在查询语句的最后(除limit语句之外)