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
198 B
SQL
14 lines
198 B
SQL
drop table if exists test010;
|
|
|
|
create table test010(
|
|
batch int,
|
|
dt date,
|
|
batchRow int
|
|
)engine=infinidb;
|
|
|
|
drop table if exists tbug5237;
|
|
|
|
create table tbug5237(
|
|
batch tinyint
|
|
)engine=infinidb;
|