Doris add or modify column #41947
XinSuiNian
started this conversation in
General
Replies: 1 comment 1 reply
-
You can refer this |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to add or modify a field in Doris. I would like to first check if the field exists, and then decide whether to add or modify the field based on that.
like this : ALTER TABLE if exists test_read_data ADD COLUMN if not exists aaabbb INT DEFAULT "0" ;
Beta Was this translation helpful? Give feedback.
All reactions