Updated 2022-02-28
    SELECT top 1000 *
    from ethereum.erc20_balances
    where contract_address = '0x9c4a4204b79dd291d6b6571c5be8bbcd0622f050'
    and balance_date = '2021-09-08'
    order by balance DESC
    Run a query to Download Data