sql order by 排序多个字段时间:2021-07-20 02:44:54order by 多个字段,每个字段后面都有排序方式,默认ASC 例如:select table a order by a.time1 ,a.time2 desc,a.time3 asc