Hallo
Du willst alle Kommetare (von Tabelle2) mit jeweils den richtigen URls, oder?
SELECT a.Kommentar, b.URL
FROM tabelle2 as a INNER JOIN tabelle1 as b
ON (a.ID-Tabelle-1 = b.ID)
Gruss Tobi
Hallo
Du willst alle Kommetare (von Tabelle2) mit jeweils den richtigen URls, oder?
SELECT a.Kommentar, b.URL
FROM tabelle2 as a INNER JOIN tabelle1 as b
ON (a.ID-Tabelle-1 = b.ID)
Gruss Tobi