i av a table with a column containing categories some addresses belong to, occuring a number of times. i'd however luv to get each distinct category in the column with their number of occurence. As in something like this:
---------------+-----
CategoryNameA | 5
---------------+-----
CategoryNameB | 10
...
and so on.
How do i go about it?
---------------+-----
CategoryNameA | 5
---------------+-----
CategoryNameB | 10
...
and so on.
How do i go about it?