mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-05-11 13:21:30 +03:00
8 lines
181 B
SQL
8 lines
181 B
SQL
-- Big add with spaces instead of commas between actions
|
|
ALTER TABLE USIG
|
|
ADD COLUMN NUL INT
|
|
ADD COLUMN c4 INT
|
|
ADD c3 decimal(9,4)
|
|
add c4 char(10)
|
|
add c5 varchar(1024);
|