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