Files
mach_examples/07_roundest_pokemon_htmx/get_challengers.sql

5 lines
65 B
MySQL
Raw Normal View History

2025-07-24 12:46:01 -05:00
select id, name, sprite
from pokemons
order by random()
limit 2;