Hallo,
in mySql ist es möglich die Differenz ZWEIER tabellen so zu erzeugen:
SELECT * FROM tblA LEFT JOIN tblB ON tblA.index = tblB.index WHERE tblB.index IS NULL
Nun möchte ich aber die Differenz aus MEHREREN Tabellen, sprich alle Einträge aus tblA, die NICHT in tblB UND NICHT in tblC UND NICHT tblD... vorkommen;
Hat jemand ein idee?
danke und grüße,
rainer