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
4 lines
244 B
SQL
Executable File
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;
|