[ad_1]
Something like this:
select (
select sum(calculated_tax)
from table_01
) - (
select sum(deductible_tax)
from table_02
) as result
1
[ad_2]
solved MySQL arithmetic subtraction
[ad_1]
Something like this:
select (
select sum(calculated_tax)
from table_01
) - (
select sum(deductible_tax)
from table_02
) as result
1
[ad_2]
solved MySQL arithmetic subtraction