Files
house-elo-ranking/backend/app/sql/recent_pairs.sql
2026-03-06 14:51:26 +00:00

7 lines
110 B
SQL

select
listing_a_id,
listing_b_id
from {{ elo_schema }}.comparisons
order by created_at desc
limit 20