Quote:
Originally Posted by xAndrewx
You'd need three queries.
1,) Find the minimum score
2,) Add the score
3,) Delete old score
I guess it's what you want to store.
|
I just find it easier because when you want to display the top20 scores, in SQL is does all the work for you and faster than getting all the results and then do some type of sorting function.
Did you use another solution? I am curious on how you did it.