Charles K. Clarkson [CKC], on Friday, November 26, 2004 at 04:32
(-0600) wrote these comments:


CKC>my $rows = $dbh->>selectall_arrayref(
CKC>                 'SELECT sessionid FROM session'
CKC>             );
CKC> my $row_count = @$rows;

isn't faster using SELECT COUNT(*) FROM session ?

-- 

 ...m8s, cu l8r, Brano.

[Catfu - The study of catbathing as a martial art form]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to