Files
nerak/examples/07_roundest_pokemon_htmx/get_challengers.sql
T
2026-07-12 21:19:29 -05:00

5 lines
65 B
SQL

select id, name, sprite
from pokemons
order by random()
limit 2;