MySQL Forums
Forum List  »  InnoDB

ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
Posted by: ayman hodesh
Date: February 25, 2013 02:23AM

create table department
(
departmentID int not null auto_increment primary key ,
name varchar(30)
)
type=InnoDB;

Options: ReplyQuote


Subject
Views
Written By
Posted
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
1134
February 25, 2013 02:23AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.