Skip to content

Conversation

@Zhumin-lv-wn
Copy link
Contributor

@Zhumin-lv-wn Zhumin-lv-wn commented Jul 30, 2022

support hive alter sql : ALTER TABLE name ADD COLUMNS (col type,col2 type.....)
example :

   ALTER TABLE tablename add column (col  string comment 'aaaaa');
   ALTER TABLE tablename add column (col  string comment 'aaaaa', col2 string comment 'bbbbb');

@Zhumin-lv-wn Zhumin-lv-wn changed the title #1524 support hive alter sql : ALTER TABLE name ADD COLUMNS (col type,col2 type.....) fix Issues: #1524 support hive alter sql : ALTER TABLE name ADD COLUMNS (col type,col2 type.....) Jul 30, 2022
@wumpz wumpz merged commit fb6e950 into JSQLParser:master Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants