Answer the question
In order to leave comments, you need to log in
How to correctly calculate the amounts for different tables?
correct amount
SELECT DISTINCT
SUM("20.09".total)
FROM
"20.09.2021" AS "20.09"
SELECT DISTINCT
SUM("20.09".total),
SUM("21.09".total)
FROM
"20.09.2021" AS "20.09",
"21.09.2021" AS "21.09"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question