This would work as well
select * from
(select empno, ename, mgr, rownum as number_row from emp where rownum < 21)
where number_row > 11;
|
Results 1 to 8 of 8
Thread: ROWNUMThreaded View
|
Click Here to Expand Forum to Full Width |