1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-06-13 16:01:32 +03:00
Files
mariadb-columnstore-engine/dbcon/ddlpackage/sql/atac09.sql
2016-01-06 14:08:59 -06:00

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);