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
3 lines
83 B
SQL
3 lines
83 B
SQL
drop table if exists test203;
|
|
create table test203(c1 int, c2 int)engine=infinidb;
|