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/ct04.sql
Normal file
7
dbcon/ddlpackage/sql/ct04.sql
Normal file
@ -0,0 +1,7 @@
|
||||
CREATE TABLE DATA_TYPE
|
||||
( NUM NUMERIC,
|
||||
DEC DECIMAL,
|
||||
ING INTEGER,
|
||||
SMA SMALLINT,
|
||||
FLO FLOAT,
|
||||
DOU DOUBLE PRECISION);
|
Reference in New Issue
Block a user