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

不支持ODPS字段改名语句解析 #1604

Closed
zillionbrains opened this issue Feb 13, 2017 · 1 comment
Closed

不支持ODPS字段改名语句解析 #1604

zillionbrains opened this issue Feb 13, 2017 · 1 comment
Labels
Milestone

Comments

@zillionbrains
Copy link

alter table table_name change column old_col_name rename to new_col_name;
ALTER TABLE table_name CHANGE COLUMN old_col_name new_col_name column_type COMMENT '';

@wenshao wenshao added the Bug label Oct 3, 2017
@wenshao wenshao added this to the 1.1.4 milestone Oct 3, 2017
wenshao added a commit that referenced this issue Oct 3, 2017
@wenshao
Copy link
Member

wenshao commented Oct 3, 2017

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

@wenshao wenshao closed this as completed Oct 3, 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