Help for this page
my $sqlString = 'delete from %s;'; ... $dbh->do( $dth ); } $dbh->commit;
$dth->do("drop table0"); $dth->do("create table0 ( col1 def, col2 def.....)"); etc....