当前位置:数据库 > Oracle >>

oracle sql查询数据,用于分页


oracle sql查询数据,用于分页
 
oracle数据库javasqljavaEE
 
select *
  from (select s.*,
               row_number() over(ORDER BY rownum) id_tj,
               COUNT(1) over() ID_TJ_ALL
          from (sql) s)
 where id_tj between 11 and 20

 


CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,