1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-01 06:21:41 +03:00
Files
2016-01-06 14:08:59 -06:00

3 lines
92 B
SQL

-- Alter table with qualified table name
ALTER TABLE foo.TAB753 ADD COLUMN COL4 NUMERIC(7);