sql server 如何查询第几到几的数据 而且按录入时间先后顺序排序 第10-20条记录select top 10*from table where id not in(select top 10 id from table)order...