I would like to count all of the resulting rows of my query.
But my query contains a "group by", so

select count(*) from table group by field

will select an individual group count for each group. Instead, I would like to count the number of groups.

Thanks,
Marco

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



Reply via email to