SELECT CONCAT('drop table ',table_name,';') FROM information_schema.`TABLES` WHERE table_schema='數據庫名';