I have something like that
SELECT InterfaceAlias,CircuitID,
FROM Interfaces
WHERE CircuitID LIKE '%' AND InterfaceAlias LIKE '%CID%';
CID34000 ShayNet | 34000 |
Is there a way to find CircuitID number that is not mach part of the Interface name
like that .
CID34000 ShayNet | 1000000 |