mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-05-11 13:21:30 +03:00
6 lines
93 B
SQL
6 lines
93 B
SQL
-- Drop columns with repeated actions
|
|
ALTER TABLE TAB4
|
|
DROP COL1,
|
|
DROP COL2,
|
|
DROP COL3
|