在order by後面寫上用逗號分割的多個字段,他就會按前後數序排序了。就是先按1排,再按二拍
select * from table_name order by xx desc,xx asc;code