Hallo,
wie geht sowas in mysql:
SELECT
a.spalte
FROM
table1 a
Join table2 b ON a.ID=b.ID
JOIN table3 c ON a.ID= b.ID
WHERE
a.spalte1 = 0 AND
b.spalte2 = 1 AND
[clear_on]kein Vorkommen der ID in Spalte3 der table3[clear_off];
Wie geht das?
Gruß, fanta5