Strange problem with Count(*)

2001-05-30 Thread pliebrand
I am not sure if I am doing something wrong in mySQL, but I have tested the following in Microsoft SQL, Access and Oracle it works fine in those environments, but unfortunately, it does not work in mySQL. I have a simple query, such as: select name, count(*) from tbl_users group by name; In

Re: Strange problem with Count(*)

2001-05-30 Thread Jeremy Zawodny
On Wed, May 30, 2001 at 07:55:28PM +, [EMAIL PROTECTED] wrote: I am not sure if I am doing something wrong in mySQL, but I have tested the following in Microsoft SQL, Access and Oracle it works fine in those environments, but unfortunately, it does not work in mySQL. I have a simple