Thanks in advance for any comments.$sth = $dbh->prepare('select * from MyTable where 1=0') || die $dbh->errstr; $sth->execute() || die $dbh->errstr; $names_aref = $sth->{NAME};
In reply to Field names of database table from DBI by gregorovius
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |