theericstoneAnalysts Sushi
    Updated 2022-12-03
    select
    user_id, elo_rating
    from BI_ANALYTICS.CONTENT_RANKINGS.ELO_RATINGS
    where elo_rating IS NOT NULL
    and project_name = 'Sushiswap'
    order by elo_rating desc;
    Run a query to Download Data