Eman-Razfirst time
    Updated 2022-06-19
    select TOKENID, BLOCK_TIMESTAMP::date as day, PRICE_USD, PRICE
    from ethereum.core.ez_nft_sales
    where NFT_ADDRESS='0x9c8ff314c9bc7f6e59a9d9225fb22946427edc03'
    --group by 1,3
    order by 4 desc
    Run a query to Download Data