Hi,
What I have to do is to calculate the total rate for each code (in table 2) and insert that total rate field in that same table (2). I've never written any SQL codes except for simple select statements. Any help is greatly appreciated.
Table1:
CD Rate
001 1.5
002 1.25
003 0.5
Table2:
Code Desc
ABC 001 002
DEF 003 001 002
GHI 003
What I have to do is to calculate the total rate for each code (in table 2) and insert that total rate field in that same table (2). I've never written any SQL codes except for simple select statements. Any help is greatly appreciated.
Table1:
CD Rate
001 1.5
002 1.25
003 0.5
Table2:
Code Desc
ABC 001 002
DEF 003 001 002
GHI 003