headitmanagerswap_to in 1112may
    Updated 2022-06-08
    select count(*),ASSET_NAME from algorand.swaps inner join algorand.asset
    on swap_to_asset_id=asset_id
    where block_timestamp::date>='2022-05-11' and block_timestamp::date<='2022-05-12'
    group by 2
    order by 1 desc
    Run a query to Download Data