Topic: Arcade Game Mod - SQL Query Help
I need a mysql query to count top scores of every user from all games, descending sorted.
I´ve the following tables:
arcade_games
- game_id
- game_name
- game_filename
- game_desc
- game_width
- game_height
- game_cat
and
arcade_ranking
- rank_id
- rank_game
- rank_player
- rank_score
- rank_date
The output should look like this: First Place USER1 with 30 highscores, Second place USER2 with 20 Highscores and Third place USER3 with 10 highscores
I´m not a programmer please help ...
Test and download here !