vendettaFB 1: BUSD transfers 6 copy
    Updated 2023-02-14
    -- forked from bedec95a-f7b7-433c-a769-4af339ca500d

    SELECT
    hour,
    case when hour<'2023-02-13' then 'a. Before Paxos issue' else 'b. After Paxos issue' end as period,
    symbol,
    price as uni_price
    from ethereum.core.fact_hourly_token_prices
    where hour>=CURRENT_DATE-INTERVAL '1 WEEK' and symbol='BUSD'
    order by 1 asc



    Run a query to Download Data