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
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 '';
The text was updated successfully, but these errors were encountered:
add testcase for issue #1604
5e45900
https://github.com/alibaba/druid/releases/tag/1.1.4 问题已经修复,请使用新版本
Sorry, something went wrong.
No branches or pull requests
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 '';
The text was updated successfully, but these errors were encountered: