Updated 2021-08-24
    select address,
    address_name,
    label
    from terra.oracle_prices
    inner join terra.labels on symbol = address_name or symbol = label or currency = address_name or currency = label
    where currency = 'uusd' and symbol = 'UST'

    Run a query to Download Data