in reply to Counting fields from database
rows=$sth->rows; %threads; while (($pointer = $sth->fetchrow_hashref) && ($current_count_all <= $ +stopcount_all)){ $threads{$pointer->{'threadID'}}++; } my $threadCount = scalar keys %threads;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Counting fields from database
by htmanning (Friar) on Oct 03, 2020 at 00:50 UTC | |
by BillKSmith (Monsignor) on Oct 03, 2020 at 18:29 UTC |