Help for this page

Select Code to Download


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