Test in myphpadmin bringts:
Hier das Problem: myphpadmin gibt mir den Fehler aus:
Fehler
SQL-Befehl :
SELECT standort.name
FROM standort
WHERE titles.standortID = standort.standortID
LIMIT 0 , 30
MySQL meldet:
Unknown table 'titles' in where clause
Woher kommt das, muss ich da joinen?
Matthias
Hier das Problem: myphpadmin gibt mir den Fehler aus:
Fehler
SQL-Befehl :
SELECT standort.name
FROM standort
WHERE titles.standortID = standort.standortID
LIMIT 0 , 30
MySQL meldet:
Unknown table 'titles' in where clause
Woher kommt das, muss ich da joinen?
Matthias
Kommentar