select t2.* from ( select t1.*,rownum rn from (select id from employee) t1 where rownum <= ? ) t2 where rn > ? 相关文章: 2021-07-25 2022-12-23 2022-01-30 2022-12-23 2022-01-14 2022-12-23 2021-07-09 2022-12-23