mysql> create table order(merID int(10) not null auto_increment,CheckDate
varchar(10),orderNum'int(15),orderAmt int(10));总提示这样的错误:
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 ''orde
r'('merID' int(10) not null auto_increment,'CheckDate' varchar(10),'orderNu' at
line 1小弟刚开始学,请详细一些。谢谢各位大侠了。