my $sth = $dbh->prepare("SELECT * FROM ?"); $sth->execute(" MyTable2; DELETE * FROM MyTable2 ");