经常要用到的分页 select * from ( select *,row_number() over ( order by time desc ) n from history ) hhh where hhh.n > 50000 and hhh.n <= 50010 posted on 2015-06-15 18:10 天使半只翼 阅读( ...) 评论( ...) 编辑 收藏 转载于:https://www.cnblogs.com/william-lin/p/4578870.html