This website requires JavaScript.
Explore
Help
Sign In
nightshade
/
nerak
Watch
1
Star
1
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0c4f6260ed41428392133a034b642ceee1c6e524
nerak
/
07_roundest_pokemon_htmx
/
get_challengers.sql
T
5 lines
65 B
SQL
Raw
Normal View
History
Unescape
Escape
MaCH repo
2025-07-24 12:46:01 -05:00
select
id
,
name
,
sprite
from
pokemons
order
by
random
()
limit
2
;
Reference in New Issue
Copy Permalink