输入banner图图片脚本导航/分类

Oracle分页查询的SQL语句

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

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