SELECT CONCAT('DROP TABLE ', table_name, ';') as statement FROM information_schema.tables WHERE table_schema = 'database_name' AND table_rows = 0;