i am using the sum query and using it to sum different columns from two tables but it is returning double the value than expected. can u plz urgently explain me why is it happening here's the query:
SELECT SUM("A")+ SUM ("A-1")
FROM "Testing101" ,"Testing102"