Hello,

When using the following on MySQL:

select count(xFld) from aTbl group by xFld;

I get twice the time it takes to process:

select xFld from aTbl group by xFld;

Can any one explain this and maybe help find a solution?

I'm using MySQL version 3.23.54 on NT and 3.23.41 on Linux, both
exhibit the same behavior.

Thanks,
Israel Yulzary

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to