mirror of
https://github.com/Alvin-Zilverstand/pokedex.git
synced 2026-03-06 21:29:57 +01:00
Add competitor functionality and enhance Pokémon management features
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
Executing query: SELECT user_id, COUNT(pokemon_id) AS pokemon_count
|
||||
FROM user_pokemon
|
||||
GROUP BY user_id
|
||||
ORDER BY pokemon_count DESC
|
||||
|
||||
Reference in New Issue
Block a user