Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

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!

about jsf framework

smarkJun 1 2016 — edited Oct 23 2018

which jsf framework that you  ever  used ,why?

Like:primefaces,icefaces

This post has been answered by dvohra21 on Sep 27 2016
Jump to Answer

Comments

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;

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 23 2017
Added on Jun 1 2016
3 comments
1,220 views