Rumah >pangkalan data >tutorial 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