select *
from (select rownum rn, t.* from (select line_id from ccatstep_tbl_lineinfo) t where rownum<=20) x
where x.rn >= 10
oracle分页
最新推荐文章于 2025-02-11 11:34:23 发布
select *
from (select rownum rn, t.* from (select line_id from ccatstep_tbl_lineinfo) t where rownum<=20) x
where x.rn >= 10