count rows without count(*)
- From: konfera@xxxxxx (Ing. Branislav Gerzo)
- Date: Sat, 28 May 2005 13:14:26 +0200
Hi all,
I get data from DB with:
while (my ($id, $post_text) = $getpost->fetchrow_array) {
is there a way how much columns are selected wihout select (fetch)
them all, or using count(*) function ?
Thanks
.
- Follow-Ups:
- Re: count rows without count(*)
- From: Bob Showalter
- Re: count rows without count(*)
- Prev by Date: Re: remove duplicate lines (OT)
- Next by Date: Re: count rows without count(*)
- Previous by thread: RE: remove duplicate lines (OT)
- Next by thread: Re: count rows without count(*)
- Index(es):