select t2.* from ( select t1.*,rownum rn from (select id from employee) t1 where rownum <= ? ) t2 where rn > ? 

 

相关文章: