Quantcast
Viewing all articles
Browse latest Browse all 20598

Re: SQL Query to return Node Caption and SN?

yep, so if you select ncmep.* instead of serial you'll get all components listed in entity_physical table and you have to get the chassis...

I'm pretty sure the column "class" in the entity_physical table =3 indicates the chassis...verify...I'd change the where clause to be:

where n.Caption like '%<routername>%' and ncmep.class=3


Viewing all articles
Browse latest Browse all 20598

Trending Articles