2016-07-26 57 views

回答

1

in sql?使用order by关键字并与desc,你可以对它进行排序从高到低:

select ... from ... where ... order by ID desc 
相关问题