im using postgres and $sth->rows is working well.

[EMAIL PROTECTED] writes:
>Depend on the driver and underlying DBMS.  Safest is to use select
>count(*).
>
>Perl DBI wrote:
>> 
>> would anyone here knows the alternative way of getting the number of
>rows
>> in a select statement without using $sth->rows or "select count(*)
>> from..."?
>> 
>> or is it ok if i'll just use $sth->rows?
>

Reply via email to