You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select sum(measurement)*0.1114 as hr from indexes where id = 1 and hour(date) in (1,2,3,4,5,6,7,15,16,17) union all select sum(measurement)*0.16 as hr from indexes where meterid = 1 and hour(date) not in (1,2,3,4,5,6,7,15,16,17)