Hallo Thomas,
SELECT top100.*,(
SELECT count(*) from top100 as top100
WHERE top100.interpret= top100.interpret
AND top100.titel= top100.titel) AS ANZAHL
FROM top100, woche WHERE top100.jahr=''
AND woche.jahr='' and top100.KW=''
AND woche.kw='' ORDER BY 'Platz'
LIMIT ''Limit ist leer
Jahr und KW auch, aber das schreiben wir hier schon seit geraumer Weile :-)
Freundliche Grüße
Vinzenz