G
Guest
I have the following tables
Table x Table Y
ID Amount ID cost
01 123 01 125
02 240 02 240
I want to add up the value cost from the table Y to the value amount in
the table x that has the same ID, so it becomes
Table x Table Y
ID Amount ID cost
01 248 01 125
02 262 02 22
what will be the the Sql Statement use to make it work in adp.
Thanks
FRED
Table x Table Y
ID Amount ID cost
01 123 01 125
02 240 02 240
I want to add up the value cost from the table Y to the value amount in
the table x that has the same ID, so it becomes
Table x Table Y
ID Amount ID cost
01 248 01 125
02 262 02 22
what will be the the Sql Statement use to make it work in adp.
Thanks
FRED