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 ...