`
elvisli
  • 浏览: 18397 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

oracle分页

阅读更多
select * from
(select  t.num_col x,rownum num from
                        (select num_col from table_a order by num_col desc ) t ) newt
                        where newt.num<20 and newt.num>10
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics