집 >데이터 베이스 >MySQL 튜토리얼 >Oracle 分页查询的 SQL 语句
无详细内容 分页 Oracle select * from (select rownum,name from table where rownum =endIndex ) where rownum startIndex
分页 Oracleselect * from (select rownum,name from table where rownum <=endIndex ) where rownum > startIndex