J
joel_falk
I am trying to create a database that lets me keep track of running
performances and rank them against one another. I have created a
table named Races that contains: runner_id, racename, date, distance,
and seconds.
I want to select these records grouped by seconds (ascending) and then
assign a numberic ranking to each records. Surely this must be
possible, right?
performances and rank them against one another. I have created a
table named Races that contains: runner_id, racename, date, distance,
and seconds.
I want to select these records grouped by seconds (ascending) and then
assign a numberic ranking to each records. Surely this must be
possible, right?