关于升序降序的查询select * from (select top 20 * from (select top 30 * from 表名 order by ID) t1 order by ID desc) t2 order by ID