30.12.2016, 22:02
Hello!
I'd really appreciate some help from someone with experience in MySQL (multithreaded)
What i want to accomplish is selecting deaths from a table within a datetime range, and then sort them by amount of kills by each user ID. (it's for a leaderboard)
Let's call the column names like this:
How would one fix this in an efficient way?
Pointing me in the right direction would be appreciated, but if you can provide a long answer i'd appreciate it even more ofcourse.
I'd really appreciate some help from someone with experience in MySQL (multithreaded)
What i want to accomplish is selecting deaths from a table within a datetime range, and then sort them by amount of kills by each user ID. (it's for a leaderboard)
Let's call the column names like this:
pawn Код:
deathid // auto incrementing index
deaduserid // userid of dead player
killuserid // userid of killer player
Pointing me in the right direction would be appreciated, but if you can provide a long answer i'd appreciate it even more ofcourse.