Help for this page

Select Code to Download


  1. or download this
    my $table1 = "CREATE TABLE table1 (
        pike varchar2(200),
    ...
    )";
    
    $dbh->do( $table1 ) or die $dbh->errstr;