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/test299/sql/instr_create.sql
2016-01-06 14:08:59 -06:00

14 lines
311 B
SQL

drop table if exists instr_tbl;
drop table if exists instr_tbl_my;
CREATE TABLE `instr_tbl` (
`col1` char(20) DEFAULT NULL,
`col2` char(200) DEFAULT NULL
) ENGINE=InfiniDB DEFAULT CHARSET=utf8;
CREATE TABLE `instr_tbl_my` (
`col1` char(20) DEFAULT NULL,
`col2` char(200) DEFAULT NULL
) CHARSET=utf8;