mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
6 lines
96 B
Plaintext
6 lines
96 B
Plaintext
|
ALTER TABLE t
|
||
|
DROP COLUMN a,
|
||
|
DROP COLUMN b,
|
||
|
DROP COLUMN c,
|
||
|
ADD COLUMN `d` UInt8
|