Hoping one of you can help me out with this...
Say I wanted to have a list of the 10 most frequent commenters on this weblog, sorted by number of comments each has left, and selected by the commenter's email address. Can I do this with just an SQL query or would I need some PHP logic as well?
And, of course what would either look like roughly? I'm thinking SELECT DISTINCT and a COUNT in there somewhere?
:D
Thanks in advance.. cough...