hello all
I have Table1 and table2
table1 design is
Name ,varchar
amount , decimal
table2 design is
Name , varchar
nominal,decimal
how is the statement to find the sum of amount in table1 plus the sum of nominal in table2 ?
thank you
denny