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.
|
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; |