Forum Moderators: coopster
could anyone tip me off as to how to do this .. basically, I have a message board, and I want to show who were the most active posters during the last seven days. I have a messages table, which includes every post on the message board, the name of the person who posted, and the date in which they posted the message, in this format yyyy-mm-dd hh:mm:ss .. my question is, is there a mysql query that will show me say, the ten most active posters in the last seven days, based on this information .. thanks .. Dave
This should do the trick
Best regards
Michal Cibor
PS. I tested without the date, which is taken from here [dev.mysql.com]