Hallo, ich benutze MySQL und dazu den MySQL-Browser von MySQL.
Jetzt wollte ich eine neue Tabelle anlegen:
CREATE TABLE `test`.`Test` (
)
CHARACTER SET utf8;
Aber wenn ich das dann eingebe kommt dieser Fehler:
Error executing SQL commands to create table.
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 ')
CHARACTER SET utf8' at line 2 (error 1064)
Kann mir irgend jemand helfen? Danke.