You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-17 09:41:06 +03:00
8 lines
91 B
SQL
8 lines
91 B
SQL
drop table if exists test007;
|
|
|
|
create table test007 (
|
|
c1 int,
|
|
c2 int
|
|
)engine=infinidb;
|
|
|