I\'m a humble programmer that hates SQL ... :) Please help me with this query.
I have 4 tables, for example:
Table A: Id Total 1 100 2 200 3 500
This might help other users.
SELECT Total=(Select Sum(Amount) from table a)+(Select Sum(Amount) from table b)+(Select Sum(Amount) from table c)