You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-18 20:42:02 +03:00
3 lines
83 B
Plaintext
3 lines
83 B
Plaintext
drop table if exists test203;
|
|
create table test203(c1 int, c2 int)engine=infinidb;
|