ORDER BY -- 排序,可以同时对多个字段进行排序,默认 ASC 升序,可以不写,DESC 降序 SELECT * FROM Student ORDER BY age DESC,ID ASC; image.png