例子select b.* from ( select rownum num, a.* from (select * from cw_mtg t ) a where rownum <= 30) b where b.num >20
Oracle分页查询
最新推荐文章于 2025-11-26 14:12:29 发布
例子select b.* from ( select rownum num, a.* from (select * from cw_mtg t ) a where rownum <= 30) b where b.num >20

被折叠的 条评论
为什么被折叠?