1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-17 09:41:06 +03:00
Files
mariadb-columnstore-engine/mysql/queries/nightly/srvswdev11/test010/create.sql
2016-01-06 14:08:59 -06:00

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;