MySQL Forums
Forum List  »  InnoDB

Re: #1064 - 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
Posted by: Rick James
Date: February 08, 2011 09:19AM

Plan A: Include the index definitions (without "CREATE") inside the CREATE TABLE.
Plan B: Terminate the CREATE INDEX _statement_ with a ";" (not a column).

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: #1064 - 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
1109
February 08, 2011 09:19AM


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.