----- Original Message ----- 
From: "Peter J Milanese"
Sent: Tuesday, January 20, 2004 1:37 PM
Subject: RE: Slow query times


>
> You may also want to try :
> 
> count(1)
> 
> instead of
> 
> count(*)
> 
> 
> count(*) pulls back the data while count(1) does not.

Completely untrue...


Matt


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to