mariyawhales swap
    Updated 2022-04-19
    select
    case
    when balance > 2e5 then 'whale' else 'other' end as user_type,
    count (distinct address )as user
    from algorand.account group by 1