SELECT CONCAT( 'drop table ', table_name, ';' ) FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'test'