You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
the begginning
This commit is contained in:
2
dbcon/ddlpackage/sql/ct09.sql
Normal file
2
dbcon/ddlpackage/sql/ct09.sql
Normal file
@ -0,0 +1,2 @@
|
||||
-- Create table with null and non-null default values
|
||||
CREATE TABLE calpont.PART_987(p_19 integer default NULL, p_31 numeric(25,2) default 12) engine=infinidb;
|
Reference in New Issue
Block a user