Link to home
Start Free TrialLog in
Avatar of Richard Korts
Richard KortsFlag for United States of America

asked on

MySQL Query for counts

I want to do a MySQL query on a table where my goal is to count the number of rows occurring in each appearance of one of the columns. So I presume I order them by that column but I'd like to get the count without having to manually subtract row numbers in each group.

Thank you
ASKER CERTIFIED SOLUTION
Avatar of PortletPaul
PortletPaul
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Richard Korts

ASKER

I will try this, it's not a high priority for me right now.

Thank you.