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