oracle分页查询语句

发布: 2007-06-06 18:43

select rownum from users where rowid not in (select rowid from users where rownum<=10) and rownum<=20 ;

语文解释:查询users表中第11行到第30行的20行数据。那么将其中的10与20和表名users做成变量即可实现任意表的分页查询。

用于oracle



原文: http://qtchina.tk/?q=node/55

Powered by zexport