in reply to Re: DBI column_info questionin thread DBI column_info question
my $sth = $dbh->column_info(undef, undef, 'table1', "%"); my $col_info = $sth->fetchall_hashref('ORDINAL_POSITION'); [download]
"thx" x 100