Hello,
Egal wie ich es lösen will, das einzelne Ergebniss (Verzeichnis) aus der Tabelle t_documents erscheint nie, sondern nur die Referenzen.
das stimmt, weil das erstmal Wissen ist, was über den Join hinaus geht. Der Join kann nur die Referenzen auflösen. Wenn du zusätzlich das echte Verzeichnis brauchst musst du folgenden UNION verwenden
SELECT ... <hier die Abfrage mit JOIN> ...
UNION
SELECT id AS documentID, directoryID, documentName FROM t_documents
MfG
Rouven
--
-------------------
sh:| fo:} ch:? rl:( br:& n4:{ ie:| mo:} va:) js:| de:] zu:| fl:( ss:) ls:& (SelfCode)
"I wish it need not have happened in my time" - "So do I, and so do all who live to see such times. But that is not for them to decide. All we have to decide is what to do with the time that is given us." -- J.R.R. Tolkien: "The Lord Of The Rings: The Fellowship Of The Ring"
-------------------
sh:| fo:} ch:? rl:( br:& n4:{ ie:| mo:} va:) js:| de:] zu:| fl:( ss:) ls:& (SelfCode)
"I wish it need not have happened in my time" - "So do I, and so do all who live to see such times. But that is not for them to decide. All we have to decide is what to do with the time that is given us." -- J.R.R. Tolkien: "The Lord Of The Rings: The Fellowship Of The Ring"