am trying to extract data from column. but am only getting the first lastname am not getting the reset. i only get john
+----------+ | lastname | +----------+ | john | | Doe | | Jones | | Smith | +----------+
my $sth = $dbh->selectrow_array("SELECT lastname FROM dbase"); $dbh->disconnect; #its ok with array @data = $sth1; print @data;
In reply to extract column data by bigup401
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |