Quantcast
Channel: THWACK: All Content - Orion SDK
Viewing all articles
Browse latest Browse all 2677

SWQL query with date > comparison always execute as if >=

$
0
0

I have the following query

 

SELECT  EventID, EventTime, Message, NetObjectID, NetObjectType, NetworkNode FROM Orion.Events WHERE  Acknowledged=0 AND EventTime > '07/05/2015 15:28:49' ORDER BY EventTime DESC

 

which for some reason, will always return the results as if I were performing the query with

 

SELECT  EventID, EventTime, Message, NetObjectID, NetObjectType, NetworkNode FROM Orion.Events WHERE  Acknowledged=0 AND EventTime >= '07/05/2015 15:28:49' ORDER BY EventTime DESC

 

Is this a bug or am I doing something wrong here?


Viewing all articles
Browse latest Browse all 2677

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>