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:
7
dbcon/ddlpackage/sql/ct06.sql
Normal file
7
dbcon/ddlpackage/sql/ct06.sql
Normal file
@ -0,0 +1,7 @@
|
||||
-- decimal with both scale and precision
|
||||
CREATE TABLE VTABLE
|
||||
(COL1 INTEGER,
|
||||
COL2 INTEGER,
|
||||
COL3 INTEGER,
|
||||
COL4 INTEGER,
|
||||
COL5 DECIMAL(7,2));
|
Reference in New Issue
Block a user