Thomas: Tabellen vergleichen

Beitrag lesen

Da kommt ein Fehler bei der ABfrage

SELECT alt.interpret, alt.titel
FROM top100 AS alt
LEFT JOIN top100 AS neu ON ( alt.interpret = neu.interpret AND alt.titel = neu.titel )
WHERE (

KW =10 OR KW =11
) AND neu.interpret IS NULL
LIMIT 0 , 30

#1052 - Column: 'KW' in where clause is ambiguous