Files
mach_examples/07_roundest_pokemon_htmx/get_challengers.sql
2026-05-23 20:59:23 -05:00

5 lines
65 B
SQL

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