Help for this page

Select Code to Download


  1. or download this
        (my $sql = <<SQLCREATE) =~ s/^\s+//gm;
            CREATE TABLE $table 
    ...
        )
    SQLCREATE
        $sql =~ s/\s+$//gm;
    
  2. or download this
    $sth = $dbh->dosql($sqls{CreateNameTable});