select * from (
select rownum ron, emp.* from emp where rownum <= 9) ee
where ee.ron>=7;