Hallo
Bei folgender Abfrage
UPDATE auswertung a SET a.punkte = 3
FROM spieler s, spiele sp, auswertung a, spielteams st, tipp t
WHERE a.spieler_id = s.id and
a.spiele_id = sp.id and
s.id = t.spieler_id and
sp.id = st.spiele_id and
st.id = t.spielteams_id and
st.id = "01a"
erhalte ich folgenden Fehler
MySQL meldet:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM spieler s, spiele sp, auswertung a, spielteams st, tipp t
kann mir jemand weiterhelfen?
Bei folgender Abfrage
UPDATE auswertung a SET a.punkte = 3
FROM spieler s, spiele sp, auswertung a, spielteams st, tipp t
WHERE a.spieler_id = s.id and
a.spiele_id = sp.id and
s.id = t.spieler_id and
sp.id = st.spiele_id and
st.id = t.spielteams_id and
st.id = "01a"
erhalte ich folgenden Fehler
MySQL meldet:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM spieler s, spiele sp, auswertung a, spielteams st, tipp t
kann mir jemand weiterhelfen?