You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-05 15:41:14 +03:00
4 lines
115 B
SQL
4 lines
115 B
SQL
-- Alter table add column with qualified table name
|
|
ALTER TABLE CTS1.TAB752a
|
|
ADD c1 integer default 3
|