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
如
create table name ( ... index somIndex(someField) LOCAL )
SQLStatement statements = SQLUtils.parseSingleStatement(sql, JdbcConstants.OCEANBASE, SQLParserFeature.KeepComments); MySqlCreateTableStatement createTable = (MySqlCreateTableStatement) statements;
会报错 com.alibaba.druid.sql.parser.ParserException: syntax error, error in :'someField) LOCAL ...
The text was updated successfully, but these errors were encountered:
参考 oceanbase 的文档:
https://www.oceanbase.com/docs/enterprise/oceanbase-database/oceanbase-database/V2.2.77/create-table
类似的情况应该也会发生在 alter table add index 之类的语句上
Sorry, something went wrong.
fix: index for global index options alibaba#4833
6528f44
Merge pull request #4835 from jiangxianfu/master
4db46a3
fix: index for global index options #4833
No branches or pull requests
如
会报错 com.alibaba.druid.sql.parser.ParserException: syntax error, error in :'someField) LOCAL ...
The text was updated successfully, but these errors were encountered: