hi
i am displaying the data retrived from the database in table format.
say
col1 col2 col3 col4
12 15 15
13 15 16
the data displayed in col1,col2,col3 are retrieved from the database.
now the problem is now i have to compute value for col4 (i.e
col4= (15+15)/4) using the values in col2 ,col3. how to perform this.
i am using sql as backend and jsp for front end.
please send some similar examples or working code for this or
any suggestions are appreciated.
Thanks and regards
akash