Markus Hoenicka <[EMAIL PROTECTED]> was heard to say:

Sorry for the typo, fixed below

my $command = "CREATE TABLE my_table (";

foreach my $counter (1..999) {
  $command .= "INT column" . $counter . ", ";
}

$command .= "INT column1000)";

print $command;


-- 
Markus Hoenicka
[EMAIL PROTECTED]
(Spam-protected email: replace the quadrupeds with "mhoenicka")
http://www.mhoenicka.de

Reply via email to