You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-20 01:42:27 +03:00
5 lines
63 B
SQL
5 lines
63 B
SQL
Create table TestGroup (
|
|
GroupID int,
|
|
GroupDesc varchar(50)
|
|
);
|