Search before asking
- I had searched in the issues and found no similar issues.
Description
when add multi columns to drois table in one-time commit, it seems not work and throw error ,
the case just like this:
alter table test.tableA add column (
name varchar(256) REPLACE_IF_NOT_NULL NULL COMMENT 'name' AFTER age,
name2 varchar(256) REPLACE_IF_NOT_NULL NULL COMMENT 'name2' AFTER name,
name3 varchar(256) REPLACE_IF_NOT_NULL NULL COMMENT 'name3' AFTER name3,
name4 varchar(256) REPLACE_IF_NOT_NULL NULL COMMENT 'name4' AFTER name4
);
the ddl sql will be failed
Solution
- No response*
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
暂无答案!
目前还没有任何答案,快来回答吧!