mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-05-11 13:21:30 +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)
|
|
|