I have a table this way:
And so on, (of course with more then two names)
I need to get a list of the 500 names that are most used in that column. I have no idea how to do this, please help.
| Code: |
|
+=========+ + name +=========+ | john +---------+ | joe +---------+ | john +---------+ | john +---------+ | joe +---------+ | john +---------+ |
And so on, (of course with more then two names)
I need to get a list of the 500 names that are most used in that column. I have no idea how to do this, please help.
