摘要: oracle 分页查询语句:select * from (select u.*,rownum r from (select * from userifno) u where rownum<大值) where r>小值 注:rownum 的别名 r 不是必须的,sql语句可以写成 select * f 阅读全文
posted @ 2018-11-13 09:57 mumu122 阅读(328) 评论(0) 推荐(0) 编辑