Counting the number of times people visit
wcolekuSep 14 2007 — edited Oct 13 2007I have a table of names for example
Bill
Fred
Bob
Jim
Jim
Erica
Erica
Sam
Sam
Sam
Julie
Julie
Julie
Michelle
Michelle
Jack
Jack
Jack
Jack
End result should be
3 people visited 1 time
3 people visited 2 times
2 people visited 3 times
1 people visited 4 times
Is there a way to do this in sql with analytics or just using count? If so how would one go about it.
Thanks in advance
Wayne
Message was edited by:
wcoleku
End result count was wrong