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/ignite/ignite.setup.sql

8 lines
277 B

DROP TABLE if exists tpch.customer;
DROP TABLE if exists tpch.lineitem;
DROP TABLE if exists tpch.nation;
DROP TABLE if exists tpch.orders;
DROP TABLE if exists tpch.part;
DROP TABLE if exists tpch.partsupp;
DROP TABLE if exists tpch.region;
DROP TABLE if exists tpch.supplier;