superflyTOP 100 OSMO HOLDERS
    Updated 2022-10-26
    select address,balance/pow (10,decimal) as Balance----total hold osmos rch wallet
    from osmosis.core.fact_daily_balances----i use generall tabel
    where currency = 'uosmo' ---blockchain osmos
    and date = CURRENT_DATE - 1
    order by 2 DESC
    limit 100
    Run a query to Download Data