I want to pull results and count how many of each name is pulled but without grouping...
for example I want this:
John Doe 3
John Doe 3
John Doe 3
Mary Jane 2
Mary Jane 2
instead of this:
John Doe 3
Mary Jane 2
Does that make sense?
Thanks.