MaCH repo
This commit is contained in:
4
07_roundest_pokemon_htmx/get_challengers.sql
Normal file
4
07_roundest_pokemon_htmx/get_challengers.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
select id, name, sprite
|
||||
from pokemons
|
||||
order by random()
|
||||
limit 2;
|
||||
Reference in New Issue
Block a user