Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
But I am getting this: HASH(0xcd3608)... $sth = $dbh->prepare("select count(distinct all_id) from users") or die ("Error in SQL\n"); $sth->execute(); my $counts = $sth->fetchrow_hashref(); print "There are $counts in this table"; ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Rows Count Issue Help!
by ikegami (Patriarch) on Jan 20, 2011 at 17:30 UTC | |
|
Re: Rows Count Issue Help!
by fisher (Priest) on Jan 20, 2011 at 16:35 UTC |