Hi All,
Could you please help me out with this.
I've create table, to which the user enters values. However i would need to sum of each column based on primary key.
1 10 12 14 19 20
1 12 15 15 15 15
1 13 17 17 18 20
Here are the values, i would need to sum all the column values and insert into another table based on column1.
OUTPUT
1 48 61 63 70 75
help me do this using a procedure.
Apex doesnt support aggregate column insertion. Appreciate insight on the same.
Thanks,
Siv