要有一个id列,并是自增类型..sql server是这样的.100~150select top 50 * from tb where id not in(select top 100 id from tb)150~200select top 50 * from tb where id not in(select top 150 id from tb)