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

13 lines
331 B
SQL

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