Stimmt, funktioniert wirklich. Ein dickes Danke! Könntest du mir den
select tabelle1.id, tabelle1.genrename , if (tabelle3.id is null,'--','X') as isset
from tabelle1 left outer join tabelle2 on ( tabelle2.genreid = tabelle1.id and tabelle2.filmid = 1)
left outer join tabelle3 on ( tabelle3.id = tabelle2.filmid )
Befehl etwas erläutern? Blick da nicht so ganz durch! Wußte nicht mal das man IF Anweisungen in SQL benutzen kann
select tabelle1.id, tabelle1.genrename , if (tabelle3.id is null,'--','X') as isset
from tabelle1 left outer join tabelle2 on ( tabelle2.genreid = tabelle1.id and tabelle2.filmid = 1)
left outer join tabelle3 on ( tabelle3.id = tabelle2.filmid )
Befehl etwas erläutern? Blick da nicht so ganz durch! Wußte nicht mal das man IF Anweisungen in SQL benutzen kann