Comments
-
Here's a rough stab at it. I have zero SQL knowledge so this might be an abomination. SELECT TOP 500 rc.Client_MAC AS MAC_Address, rc.NodeID as NodeID, rc.Client_SSID AS SSID, rc.FirstUpdate AS FirstUpdate, rc.LastUpdate AS LastUpdate, SUM((rc.Client_TotalBytesRxDiff + rc.Client_TotalBytesTxDiff)) AS…
-
Bump. I've also been asked to provide this type of report.