Originally posted by apunhiran
Hi,
TO tune the query, first of all you can use count(1) INSTEAD of count(*).
I read somewhere in Tom's guide
that count(*) and count(1) will work on same method.