If I have a mysql table which had primary ids and another field called gameScore can I do something along the lines of...
SELECT gameScore FROM table1 WHERE id =
check out the Lag feature mentioned on this site http://explainextended.com/2009/03/10/analytic-functions-first_value-last_value-lead-lag/