select concat(substr(ADDRESS,0,3),'...',substr(ADDRESS,36,8)) as USER_ADDRESS,* from osmosis.core.fact_daily_balances
where currency='ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4'
and date = '2022-09-25'
order by balance desc
limit 10