Help for this page
do { while($data = $sth->fetchrow_hashref()) { .... process $data .... } } while($sth->{syb_more_results});
select count(*) from table where ... select ... from table where ...