Sign in
apache
/
datafusion
/
refs/heads/fix-disable-migration-aggregate-default
/
.
/
benchmarks
/
sql_benchmarks
/
tpch
/
init
/
cleanup.sql
blob: c8fb66a6a57e80aaf4153c4217ab1e08a3bb8f8d [
file
]
DROP
TABLE
IF
EXISTS
nation
;
DROP
TABLE
IF
EXISTS
region
;
DROP
TABLE
IF
EXISTS
supplier
;
DROP
TABLE
IF
EXISTS
customer
;
DROP
TABLE
IF
EXISTS
part
;
DROP
TABLE
IF
EXISTS
partsupp
;
DROP
TABLE
IF
EXISTS
orders
;
DROP
TABLE
IF
EXISTS
lineitem
;