my $colStr = join(' INTEGER,', @colArray) . ' INTEGER'; my $sql = "CREATE TABLE my_table ( $colStr )"; # print $sql # for debugging $dbh->do($sql);
In reply to Re: A large table with DBI
by jZed
in thread A large table with DBI
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |