You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nsc_ba_public/tpch/03_ddl/exasol/13.exasol.part.sql

13 lines
246 B

CREATE TABLE tpch.part
(P_PARTKEY DECIMAL(18,0),
P_NAME VARCHAR(55),
P_MFGR CHAR(25),
P_BRAND CHAR(10),
P_TYPE VARCHAR(25),
P_SIZE DECIMAL(18,0),
P_CONTAINER CHAR(10),
P_RETAILPRICE DECIMAL(15,2),
P_COMMENT VARCHAR(23),
dummy VARCHAR(2000000));