binhachonCopy of Untitled Query
    Updated 2021-12-08
    select * from terra.oracle_prices
    where symbol = 'LUNA'
    and block_timestamp > getdate() - interval'30 days'

    Run a query to Download Data