sql获取11至30行数据

select top 20 * from table

where id not in

(

select top 10 id from table

)

posted on 2014-06-23 15:16  不小心而已  阅读(260)  评论(0编辑  收藏  举报