Einzelnen Beitrag anzeigen

Grolle

Registriert seit: 5. Nov 2004
Ort: Coesfeld
1.268 Beiträge
 
Delphi 2010 Professional
 
#1

[MySQL] Tabelle wird nicht erstellt / Fehlermeldung??

  Alt 12. Okt 2007, 14:20
Datenbank: MySQL • Version: 4.1 • Zugriff über: phpMyadmin
Hallo,

kann mir jemand sagen, warum folgende Tabelle nicht erstellt wird:
SQL-Code:
CREATE TABLE order (
  id INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,
  PRIMARY KEY(id)
);
Fehlermeldung:
SQL-Code:
#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 'order (
id INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,
PRIMARY KEY(id)
)
' at line 1
Viele Grüße ...

  Mit Zitat antworten Zitat