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
14 lines
237 B
Plaintext
14 lines
237 B
Plaintext
--------------
|
|
drop table if exists test201
|
|
--------------
|
|
|
|
Query OK, 0 rows affected (2.02 sec)
|
|
|
|
--------------
|
|
create table test201(c1 int, c2 bigint, c3 bigint)engine=infinidb
|
|
--------------
|
|
|
|
Query OK, 0 rows affected (0.38 sec)
|
|
|
|
Bye
|