elsinagroup users by level
    Updated 2022-02-03
    select count(*), floor(rewards_total/10) as level
    from algorand.account
    where
    account_closed = false
    group by level
    order by level asc

    Run a query to Download Data