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
SQL: CREATE TABLE MK.M_DM_BASE_CHARGE_TMP1 (PROD_ID BIGINT, ITEM_ID SMALLINT, CHARGE BIGINT, PAGES BIGINT, DURATION BIGINT, BILLING_DURATION BIGINT ) DATA CAPTURE NONE IN MK_APP_TEMP INDEX IN WH_INDEX1 PARTITIONING KEY (PROD_ID ) USING HASHING
错误: syntax error, error in :'P INDEX IN WH_INDEX1 PARTITIO', expect INDEX, actual INDEX pos 216, line 9, column 16, token INDEX
The text was updated successfully, but these errors were encountered:
improved sql parser. for issue #2079
434bfe7
https://github.com/alibaba/druid/releases/tag/1.1.6 问题已修复,请用新版本
Sorry, something went wrong.
No branches or pull requests
SQL:
CREATE TABLE MK.M_DM_BASE_CHARGE_TMP1
(PROD_ID BIGINT,
ITEM_ID SMALLINT,
CHARGE BIGINT,
PAGES BIGINT,
DURATION BIGINT,
BILLING_DURATION BIGINT
) DATA CAPTURE NONE
IN MK_APP_TEMP
INDEX IN WH_INDEX1
PARTITIONING KEY
(PROD_ID
) USING HASHING
错误:
syntax error, error in :'P INDEX IN WH_INDEX1 PARTITIO', expect INDEX, actual INDEX pos 216, line 9, column 16, token INDEX
The text was updated successfully, but these errors were encountered: