Help for this page
my $sth1 = $dbh->prepare("SELECT * FROM $table"); $sth1->execute() or die $DBI::errstr; ... print " $col_info->{'ORDINAL_POSITION'} $col_info->{'COLU +MN_NAME'} \n"; } }
1 id 1 name 1 start