mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-06-10 17:41:44 +03:00
6 lines
131 B
SQL
6 lines
131 B
SQL
-- Add a column of char(4). Make ddpkglist of size 2
|
|
ALTER TABLE T0878 ADD C2 CHAR (4);
|
|
|
|
ALTER TABLE T0878 ADD C2 CHAR (4)
|
|
|