We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always check against the Latest SNAPSHOT of JSQLParser and the Syntax Diagram
ALTER TABLE `goods` ADD unique `aaa` ( `cate_id` );
When I add a unique index and specify the name of the index, the parsing will report an error.As the following example
But if I don't specify the index name, the parsing will be successful.As the following example
ALTER TABLE `goods` ADD unique ( `cate_id` );
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Always check against the Latest SNAPSHOT of JSQLParser and the Syntax Diagram
Failing SQL Feature:
SQL Example:
Software Information:
Tips:
When I add a unique index and specify the name of the index, the parsing will report an error.As the following example
But if I don't specify the index name, the parsing will be successful.As the following example
The text was updated successfully, but these errors were encountered: