kasadeghgreater than 1 ALGO
    Updated 2022-06-16
    with greater_than_1_ALGO as (
    select * from flipside_prod_db.algorand.account
    where BALANCE>1
    )

    select count(distinct ADDRESS ) as "wallets count" from greater_than_1_ALGO
    Run a query to Download Data