I have a table that has the columns skill1xp, skill1lvl, and skill1rank for 25 skills. Each day I update it for all users, so there's a datetime column. I'm making a high-scores progress tracker for a game, for many users, and I've got just one feature left, which is Highest Gains for a certain period of time (day/week/month).
I guess this is a hefty question, but...how would I go about doing that? =/.
Table structure: http://pastebin.com/m5903aa17