ormy $res = $dbh->selectall_hashref($stmt, $key); print scalar(keys %$res);
my $res = $dbh->selectall_arrayref($stmt); print scalar(@$res);
In reply to Re: Count Number of rows retrieved from SELECT
by thcsoft
in thread Count Number of rows retrieved from SELECT
by dtharby
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |