my $placeholders = join ", ", ("?") x @array; $sth->prepare("insert into bigtable (col...) values ($placeholders)"); $sth->execute(@array);
In reply to Re^2: perl mysql - INSERT INTO, 157 columns
by ler224
in thread perl mysql - INSERT INTO, 157 columns
by ler224
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |