View ocum.volumelivelistmaxvolumemovejobview | Generated by SchemaSpy |
View Definition:
select `inventoryvolumemovehistory`.`volumeId` AS `volumeId`,max(`inventoryvolumemovehistory`.`updateTime`) AS `maxUpdateTime`,max(`inventoryvolumemovehistory`.`startTime`) AS `maxStartTime` from `netapp_model_view`.`volume_move_job` `inventoryvolumemovehistory` group by `inventoryvolumemovehistory`.`volumeId`