SQL sqlserver order by 1,order by 后面直接加数字,多个字段排序时间:2021-05-30 03:00:04①select * from table order by n 表示select里面的第n个字段 ②多个字段排序