Hy leute
Ich möchte eine Tabelle in mysql erstellen.
Doch es kommt ein Fehler:
Mein create query:
Nun was habe ich falsch gemacht?
Ich möchte eine Tabelle in mysql erstellen.
Doch es kommt ein Fehler:
Code:
' at line 1
Code:
CREATE TABLE `uploader`.`User` ( `User_ID` Int(20) NOT NULL AUTO_INCREMENT, `User_FirstName` Varchar(128) NOT NULL, `User_LastName` Varchar(128) NOT NULL, `User_NT_Account` Varchar(128), `User_EMail` Varchar(512), `User_lastLogin` Timestamp NOT NULL, `User_Department` Varchar(512) ) ENGINE = InnoDB, DEFAULT CHARACTER SET 'UTF8' COLLATE utf8_general_ci;
Kommentar