For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
which jsf framework that you ever used ,why?
Like:primefaces,icefaces
I think you mean "odd numbered". Anyway, here is an example: select * from (select ename,job, ROWNUM AS rn from emp) where mod(rn, 2) <> 0;