摘要: 分页查询中,需要用到伪列rownum,代码如下: select * from (select rownum rn, name from cost where rownum <= 6) where rn >3; 可是第一次用rownum,第二次用rn,位置不能变,否则出错,第一次的rownum是ora 阅读全文
posted @ 2016-06-06 09:56 DarrenChan陈驰 阅读(547) 评论(0) 推荐(0)