Danke..
Jetzt funktioniert es...
Hier meine Lösung:
SELECT
b.id,
b.titel,
a.id AS id2,
a.titel AS titel2
FROM
table a
right JOIN
table b ON a.id = b.zuordnung
ORDER by b.titel ASC
Danke..
Jetzt funktioniert es...
Hier meine Lösung:
SELECT
b.id,
b.titel,
a.id AS id2,
a.titel AS titel2
FROM
table a
right JOIN
table b ON a.id = b.zuordnung
ORDER by b.titel ASC