![]() |
Datenbank: MySQL • Version: 4.1 • Zugriff über: phpMyadmin
[MySQL] Tabelle wird nicht erstellt / Fehlermeldung??
Hallo,
kann mir jemand sagen, warum folgende Tabelle nicht erstellt wird:
SQL-Code:
Fehlermeldung:
CREATE TABLE order (
id INTEGER UNSIGNED NOT NULL AUTO_INCREMENT, PRIMARY KEY(id) );
SQL-Code:
Viele Grüße ...
#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 |
Re: [MySQL] Tabelle wird nicht erstellt / Fehlermeldung??
ORDER ist ein reserviertes Wort.
|
Re: [MySQL] Tabelle wird nicht erstellt / Fehlermeldung??
order ist eine Begriff der vom Server selbst verwendet wird. Versuch es mal mit orders oder bestellung
|
Re: [MySQL] Tabelle wird nicht erstellt / Fehlermeldung??
Danke! :cheers:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 22:58 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz