-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
DDLDDL statement relatedDDL statement relatedMySQLMySQL specific issueMySQL specific issueSponsor needed
Description
SQL Example
- Simplified Query Example, focusing on the failing feature
ALTER TABLE table_name COMMENT = 'New table comment'
net.sf.jsqlparser.JSQLParserException: net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "=" "="
at line 1, column 32.
Was expecting:
<S_CHAR_LITERAL>
Additional context
cannot parse ALTER TABLE table_name COMMENT = 'New table comment'
which changes a comment on the table.
https://dev.mysql.com/doc/refman/8.0/en/alter-table.html
Thank you very much and merry christmas.
Metadata
Metadata
Assignees
Labels
DDLDDL statement relatedDDL statement relatedMySQLMySQL specific issueMySQL specific issueSponsor needed