Oracle分页查询

About Oracle paged inquired sql,to everybody share share......

eg:

select * from (select a.*,rownum rn from (select * from prod) a where rownum <=(currentpage*5)) where rn >(currentpage-1)*5;

 

thx~

本文出自 “Kandy” 博客,谢绝转载!

你可能感兴趣的:(oracle,职场,休闲,oracle分页查询)