Need to count each row.
Is there a way I can count each row of a query based on a person _id?
Example:
Person ID --------------------------- Count
111 1
111 2
111 3
133 1
122 1
144 1
144 2
0