Hello,
I'm trying to fetch records of inbound traffic after a specified date using SWQL. I've tried using a where clause as so
SELECT DateTime, InAveragebps, OutAveragebps FROM Orion.NPM.InterfaceTraffic WHERE DateTime>'2016-04-04'
But I'm getting error at "DateTime>'2016-04-04'"
Is it that, we have to make use of a different method to use where clause with date in SWQL??
Thanks.