mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-05-11 13:21:30 +03:00
3 lines
92 B
SQL
3 lines
92 B
SQL
-- Alter table with qualified table name
|
|
ALTER TABLE foo.TAB753 ADD COLUMN COL4 NUMERIC(7);
|