7 lines
110 B
SQL
7 lines
110 B
SQL
select
|
|
listing_a_id,
|
|
listing_b_id
|
|
from {{ elo_schema }}.comparisons
|
|
order by created_at desc
|
|
limit 20
|