Was ist an dem Query Fehlerhaft?
Chaina
- datenbank
0 ChrisB
Hallo.
Wenn ich meinen query mit echo ausgebe dann sieht er so aus:
INSERT INTO poll_optionen(thema,frage,option) VALUES('1','Klappt alles gut?','Ja')
Wenn ich ihn ausführen will sagt er mir folgendes:
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 'option) VALUES('1','Klappt alles gut?','Ja')' at line 1
Woran liegts?
bis dann, chaina
Hi,
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 'option) VALUES('1','Klappt alles gut?','Ja')' at line 1
Woran liegts?
http://dev.mysql.com/doc/refman/4.1/en/reserved-words.html
MfG ChrisB