无详细内容 分页 Oracle select * from (select rownum,name from table where rownum =endIndex ) where rownum startIndex
select * from (select rownum,name from table where rownum <=endIndex ) where rownum > startIndex