Comments
-
Hello yes i did i used the following --------- SELECT Round((n.Inbps / 1000000),2) as InMbps FROM Orion.NPM.Interfaces n WHERE (InterfaceID = 286) ---------- SELECT Round((n.Outbps / 1000000),2) as OutMbps FROM Orion.NPM.Interfaces n WHERE (InterfaceID = 286)