how i know this devices availability monthly or weekly

SELECT
concat(round(avg(Availability), 2), ' %' ) as Network
FROM Orion.ResponseTime rt
where
monthdiff(datetime,getdate())=0 and rt.Node.CustomProperties.TETCO_Teams='Network'

Parents Reply Children
No Data