Skip to content
New issue

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

format db2 建表语句出错 #2033

Closed
johnchenjy opened this issue Oct 9, 2017 · 1 comment
Closed

format db2 建表语句出错 #2033

johnchenjy opened this issue Oct 9, 2017 · 1 comment
Labels
Milestone

Comments

@johnchenjy
Copy link

SQL:
CREATE TABLE MK.KPI_AREA_SORT_FACT_LATN_ID_MID
(
LATN_ID INTEGER,
BUREAU_KEY INTEGER,
ADD_SUM BIGINT,
USER_ACCT BIGINT,
USER_ACCT_LY BIGINT,
TYPE_ID INTEGER
)
DATA CAPTURE NONE
IN WH_APP_TEMP
PARTITIONING KEY
(LATN_ID,BUREAU_KEY,ADD_SUM
) USING HASHING;

在对该语句进行format时报语法错误:syntax error, error in :'GER )DATA CAPTURE NONE IN WH_APP_TE', expect IDENTIFIER, actual IDENTIFIER pos 205, line 1, column 202, token IDENTIFIER DATA

但是对该语句进行解析时可以正常解析。

@wenshao wenshao added the Bug label Oct 9, 2017
@wenshao wenshao added this to the 1.1.5 milestone Oct 9, 2017
@wenshao
Copy link
Member

wenshao commented Oct 27, 2017

https://github.com/alibaba/druid/releases/tag/1.1.5 问题已修复,请用新版本

@wenshao wenshao closed this as completed Oct 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants