Hi,
I'm trying to extract not only the data from a table but also the column names.
Is there any function in the DBI module to extract the column names of a table.
Thanks in advance.
use DBI; ... ... ... while ( my @rows = $sth->fetchrow_array ) { print "@rows\n"; }
In reply to extract the Column names of a table by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |