mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-20 06:32:08 +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
|