Thread: rownum in 9i
View Single Post
  #5 (permalink)  
Old 10-16-2007, 09:02 AM
kvijay6aa kvijay6aa is offline
Junior Member
 
Join Date: Oct 2007
Posts: 2
kvijay6aa is on a distinguished road
Default ANY answer. Re: rownum in 9i

frend
u cant use " =" operator with rownum
so u acn use either
> or <
till it wll be fine




Quote:
Originally Posted by ashish2345 View Post
Hi friends

when ever i try to use rownum function other than < or <= it gives no row selected like


select * from emp where rownum=2;



select * from emp where rownum>=3;

no row selected while emp hav 14 rows..

plz reply
Reply With Quote