farid-c9j0VMETH price
    Updated 2022-06-15
    select hour,price,
    case
    when hour >= '2022-03-15' and hour<'2022-04-05' then 'select'
    else 'Other_days'
    end as label
    from ethereum.token_prices_hourly
    where symbol = 'WETH'
    and hour >= '2022-01-01'