Files
house-elo-ranking/backend/app/sql/recent_pairs.sql
Stijnvandenbroek c908d96921 feat: separate sql
2026-03-06 14:26:20 +00:00

7 lines
106 B
SQL

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