Home Forums Programming General Getting the rank (ORDER BY position) of a record in a table RE: Getting the rank (ORDER BY position) of a record in a table

  • That's more like it That sounds like it will work, the only thing I'm concerned about is performance because we could be talking about many thousands of rows. What I may suggest is that we only generate the rankings every x hours which would reduce the load on the servers.

    Thanks again.