就是选择从第m条记录起的n条记录? select top n * from (select top (m+n-1) * from test order by id desc ) x order by id