Oracle 分页查询的 SQL 语句
时间:2016-05-26 14:02 来源:linux.it.net.cn 作者:IT
select * from (select rownum,name from table where rownum <=endIndex )
where rownum > startIndex
(责任编辑:IT)
select * from (select rownum,name from table where rownum <=endIndex ) where rownum > startIndex (责任编辑:IT) |