mysql> create table order(id int(8) not null primary key auto_increment,
-> phename char(40),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) not null primary key auto_increment,
phename char(40),memory cha' at line 1
uj5u.com熱心網友回復:
找到原因了 order 是MySQL的關鍵字 不能作為表名!轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/237822.html
標籤:疑難問題
