ROWNUM of SQL
843859Oct 12 2006 — edited Oct 13 2006Hey All,
I am using Oracle DB and in that I am retrieving data from DB with WHILE() in Java, but I want to perform different operations on even and odd rows i.e. like changing colors etc.
I guess ROWNUM of SQL might be helpful but I am not sure how, so can any1 please help regarding this?
Thax & rgds,
nhb007