View ocum.luncountperigrouplistdtoview | Generated by SchemaSpy |
View Definition:
select `inventorylunmap`.`igroupId` AS `igroupId`,count(`inventorylunmap`.`lunId`) AS `LUNMappedIgroup`,group_concat(`inventorylunmap`.`lun` separator ',') AS `mappedLunIdentifier` from `netapp_model_view`.`lun_map` `inventorylunmap` group by `inventorylunmap`.`igroupId`