|
Shadab Shah
Starting Member
India
23 Posts |
Posted - 07/19/2012 : 05:49:13
|
I am a newbie and was trying around and come up with this problem: Suppose i have a table A having column as: col1 100 350 -120 100
i want the output as col1 100 450 330 430
The output is actually addition of 100+350=450,450+(-120)=330,330+100=430.
And i have only this column in my table. |
|