SELECT DATETRUNC('DAY', AT.LastDiscovery) as [DateLastDiscovery], count(LastDiscovery) as DateCount
FROM NCM.ArpTables AT
group by DATETRUNC('DAY', AT.LastDiscovery)
order by DateLastDiscovery DESC
The last time this produced data was 12/1/2020. Just wondering if the community has any thoughts as to why it stopped showing data.
SolarWinds solutions are rooted in our deep connection to our user base in the THWACK® online community. More than 150,000 members are here to solve problems, share technology and best practices, and directly contribute to our product development process.