Files
mach_examples/07_roundest_pokemon_htmx/get_challengers.sql
2026-05-04 00:44:00 -05:00

5 lines
65 B
SQL

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