Home > database >  MySql table failure
MySql table failure

Time:12-21

Mysql> The create table order (id int (8) the not null primary key auto_increment,
-> Phename char (40), the memory char (8), number char (4), custname char (20),
-> Phenum char (11), address char (60), time char (20), note char (2)
-> );
ERROR 1064 (42000) : 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 int (8) the not null primary key auto_increment,
Phename char (40), the memory cha 'at line 1

CodePudding user response:

Can't find out why the order is the key to the MySQL word as the name of the table!
  • Related