Hi,
I have question. I am using sql 2000 and need to make an update to below table. I need to update the numbers in column called amount2 using the login in column amount3.
can someone help?
A B C D
Customer Amount Amount2 Amount3
1) 101 33572.75 33572.75
2) 102 -36341.32 0 =C2+B3
3) 103 6317.85 0 0 =C3+B4
4) 104 -1218.18 0 =C4+B5
5) 105 -553.13 0 0 =C5+B6
6) 106 -1777.97 0 =C6+B7
Thnak you,
-Jim
I have question. I am using sql 2000 and need to make an update to below table. I need to update the numbers in column called amount2 using the login in column amount3.
can someone help?
A B C D
Customer Amount Amount2 Amount3
1) 101 33572.75 33572.75
2) 102 -36341.32 0 =C2+B3
3) 103 6317.85 0 0 =C3+B4
4) 104 -1218.18 0 =C4+B5
5) 105 -553.13 0 0 =C5+B6
6) 106 -1777.97 0 =C6+B7
Thnak you,
-Jim