Yuven

Untitled

Nov 17th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.25 KB | None | 0 0
  1. SELECT DISTINCT AccountOwnerId, Account_name, Meter_name, SUM(Consumed_Quantity) AS Sum_time, Unit_of_measure, Month FROM Azure WHERE Meter_name='Compute hours' Group by accountownerid, account_name, meter_name, unit_of_measure, month Order by Sum_time desc;
Add Comment
Please, Sign In to add comment