MySQL Error

vom 31.10.2007, 21:39 Uhr

ALTER TABLE news (
ADD id tinyint(3) DEFAULT '0' NOT NULL AUTO_INCREMENT
)

MySQL meldet: Dokumentation
#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 '(
ADD id tinyint(3) DEFAULT '0' NOT NULL AUTO_INCREMENT
)' at line 1

Was ist da bitte falsch?

Benutzeravatar

» S-lord » Beiträge: 376 » Talkpoints: 19,47 » Auszeichnung für 100 Beiträge



S-lord hat geschrieben:Was ist da bitte falsch?


ALTER TABLE news (
ADD COLUMN id tinyint(3) DEFAULT '0' NOT NULL AUTO_INCREMENT ) ?

» JotJot » Beiträge: 14058 » Talkpoints: 8,38 » Auszeichnung für 14000 Beiträge


Ähnliche Themen

Weitere interessante Themen

^