Moin,
Jetzt würde ich gerne zählen wie viele Einträge es in der table2 zu den einzelnen titeln aus table 1 vorhanden sind, so dass das Ergebnis so aussieht
SELECT table1.titel, COUNT(table2.titel) from table1
LEFT JOIN table2 ON table2.id = table1.id
GROUP BY table1.titel
Grüße Marco
--
Ich spreche Spaghetticode - fließend.
Ich spreche Spaghetticode - fließend.