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

4 lines
244 B
SQL
Executable File

drop table if exists idbstrcoll;
CREATE TABLE `idbstrcoll` ( `SAK_BUNC` smallint(6) DEFAULT NULL, `SAK_C` smallint(6) DEFAULT NULL, `BUSHO_C` smallint(6) DEFAULT NULL, `SAK_MEI` varchar(60) DEFAULT NULL) engine=infinidb DEFAULT CHARSET=utf8;