View ocum.flexvolcalculationsview | Generated by SchemaSpy |
View Definition:
select `volume`.`objid` AS `volumeId`,(case when (((`volume`.`volTypeRaw` = 'rw') and isnull(`snap_mirror`.`objid`)) = TRUE) then TRUE else FALSE end) AS `isPrimary` from (`netapp_model_view`.`volume` left join `netapp_model_view`.`snap_mirror` on((`volume`.`objid` = `snap_mirror`.`destinationVolumeId`)))
Possibly Referenced Tables/Views: