Danke an alle Ich hab die Lösung gefunden
SELECT Count(t1.saison) as anz, t1.personenFROM tabelle1 as t1GROUP BY t1.personenhaving Count(t1.saison)=(Select count(saison) from tabelle2);
noch mals danke
Danke an alle Ich hab die Lösung gefunden
SELECT Count(t1.saison) as anz, t1.personenFROM tabelle1 as t1GROUP BY t1.personenhaving Count(t1.saison)=(Select count(saison) from tabelle2);
noch mals danke