View ocum_report_birt.volumecapacityutilizationhistory | Generated by SchemaSpy |
View Definition:
select `ocum`.`volumehistoryyear`.`volumeId` AS `volumeId`,`ocum`.`volumehistoryyear`.`periodEndTime` AS `periodEndTime`,`ocum`.`volumehistoryyear`.`dfKBytesUsedSum` AS `dfKBytesUsedSum` from `ocum`.`volumehistoryyear` where (cast(`ocum`.`volumehistoryyear`.`periodEndTime` as date) >= (now() - interval 13 month)) order by `ocum`.`volumehistoryyear`.`periodEndTime`