Quantcast
Viewing all articles
Browse latest Browse all 21870

Help with SQL query

I have something like that

 

SELECT     InterfaceAlias,CircuitID,

FROM         Interfaces

WHERE CircuitID  LIKE '%' AND InterfaceAlias LIKE '%CID%';

 

 

CID34000 ShayNet34000

 

Is there  a way to find CircuitID number  that is not mach part of the Interface name

 

like that .

 

CID34000 ShayNet1000000

Viewing all articles
Browse latest Browse all 21870

Trending Articles