MySQL Forums
Forum List  »  Newbie

Re: 10:34:02 [ERR][ grt]: Error 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 ') VISIBLE) ENGINE = InnoDB' at line 15
Posted by: Zach Ellis
Date: October 05, 2023 09:04AM

Hello Haywood Parker

I'm new to mysql dba so if someone more experienced comes go with them.

CREATE TABLE IF NOT EXISTS `BTCBBFDB7`.`table1` (
)
ENGINE = InnoDB;

i think the problem is this your creating an empty table i guess it throws an error if you try to create a table with no columns.

Hope this helps
Zach Ellis

Options: ReplyQuote


Subject
Written By
Posted
Re: 10:34:02 [ERR][ grt]: Error 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 ') VISIBLE) ENGINE = InnoDB' at line 15
October 05, 2023 09:04AM


Sorry, only registered users may post in this forum.

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.