So ungefähr wäre eine Mölichkeit
SQL-Code:
select id, sum( haben ) - sum( soll ) as saldo
from (
select bar.id as id, foo1.betrag as haben, foo2.betrag as soll
from bar
left join ( select id1 as id, betrag from foo ) foo1 on foo1.id = bar.id
left join ( select id2 as id, betrag from foo ) foo2 on foo2.id = bar.id ) as foobar
group by id
Kaum macht man's richtig - schon funktioniert's
Zertifikat: Sir Rufo (Fingerprint: ea 0a 4c 14 0d b6 3a a4 c1 c5 b9
dc 90 9d f0 e9 de 13 da 60)