View ocum.routinggrouproutesview | Generated by SchemaSpy |
View Definition:
select `inventoryroutes`.`objid` AS `id`,`inventoryroutes`.`destinationAddress` AS `route`,`inventoryroutes`.`gatewayAddress` AS `gateway`,`inventoryroutinggroup`.`objid` AS `routingGroupId` from (`netapp_model_view`.`routing_group_destination` `inventoryroutes` left join `netapp_model_view`.`routing_group` `inventoryroutinggroup` on((`inventoryroutinggroup`.`objid` = `inventoryroutes`.`routingGroupId`)))