github.com/matrixorigin/matrixone@v0.7.0/test/distributed/cases/benchmark/tpch/04_CLEANUP/01_DROP.result (about)

     1  use TPCH;
     2  drop table if exists customer;
     3  drop table if exists lineitem;
     4  drop table if exists nation;
     5  drop table if exists orders;
     6  drop table if exists part;
     7  drop table if exists partsupp;
     8  drop table if exists supplier;
     9  drop database if exists TPCH;