clickhouseAlter table query example
ALTER TABLE tbl ADD COLUMN val UInt32, ADD COLUMN age UInt8;ctrl + c| ALTER TABLEchange specified table | tblname of the table to alter | 
| ADD COLUMNadd specified columns | |
9951 explained code solutions for 126 technologies
ALTER TABLE tbl ADD COLUMN val UInt32, ADD COLUMN age UInt8;ctrl + c| ALTER TABLEchange specified table | tblname of the table to alter | 
| ADD COLUMNadd specified columns | |