DROP TABLE IF EXISTS t1, t2;
create table t1 (a int);
drop table t1;