However, this is just returning the value of the first field.my $sth=$dbh->prepare(qq~select "$myColumn" from $myTable~); $sth->execute(); my @fields=$sth->fetchrow_array;
In reply to Just another DBI question. by xtype
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |