On Sunday, September 7, 2003, at 12:33 PM, Pablo Fischer wrote:
Thanks!!!
El día Sunday 07 September 2003 7:59 a Bob Showalter mandó el siguiente
correo:
Pablo Fischer wrote:
Hello!
I have a questionto those lovers of DBI and Databases: which method
is faster to know the number of rows of a quer
Thanks!!!
El día Sunday 07 September 2003 7:59 a Bob Showalter mandó el siguiente
correo:
> Pablo Fischer wrote:
> > Hello!
> >
> > I have a questionto those lovers of DBI and Databases: which method
> > is faster to know the number of rows of a query:
> >
> > $sth->rows
> >
> > or
> >
> > my quer
Pablo Fischer wrote:
> Hello!
>
> I have a questionto those lovers of DBI and Databases: which method
> is faster to know the number of rows of a query:
>
> $sth->rows
>
> or
>
> my query but with a COUNT(id) and retrieve the value with:
>
> $query->bind_columns(undef, \$total);
>
> The table its '