时间:2021-07-01 10:21:17 帮助过:11人阅读
select * from(
select STUDENT6.*,rownum rn from STUDENT6
)temp
where rn<=3
(3)--查询STUDENT6表中第二页数据,并且每页只有两条数据(3-4条)
select * from
(
select temp.*,rownum rn from
(
select * from STUDENT6
)temp
where rownum<=4
)
where rn>2
初识Oracle
标签:数据文件 体系结构 逻辑 rom style mon -- 检查点 log