Basically I am trying to do this
Psuedocode:
table1.value1 = table1.value1 + table2.value2 WHERE Table2.column = Table1.column
I'm a little rusty on SQL but I'm having quite a bit of trouble with this. Thanks!
Sincerely,
UltraWhite




Posted 08 August 2012 - 05:30 PM
table1.value1 = table1.value1 + table2.value2 WHERE Table2.column = Table1.column
Posted 08 August 2012 - 05:43 PM
