230 SQL语句‘order by’ 后面直接加数字的含义

select * from table order by n,m;

n ,m表示select里面的第n,m个字段,整段sql的意义是:查询出来的结果,按照第n,m个字段排序