in reply to Re^2: SQL with DBI
in thread SQL with DBI

I am assuming your SQL engine allows multiple table drops when they separated by commas. It works for me in MySQL
Slightly OT, but mysql is the exception rather than the rule. The SQL-92 standard only allows one table name in a drop table statement, and both Oracle and SQL Server follow the standard (i.e., only allow a single table).