sql order by 排序多个字段时间:2022-08-03 19:20:31order by 多个字段,每个字段后面都有排序方式,默认ASC 例如:select table a order by a.time1 ,a.time2 desc,a.time3 asc