Comments
-
I try to add a WHERE clause and SW keeps telling me "query invalid" here is my query I'm trying to select multiple interfaces: Interface 9056 works DECLARE @StartDate DateTime DECLARE @EndDate DateTime SET @StartDate = ${FromTime} SET @EndDate = ${ToTime} SELECT Interfaces.InterfaceId, Nodes.NodeID, Nodes.Caption AS…
-
I tried running this in my query builder and got "Query is not valid"
-
I wrote SELECT InterfaceID In ('9058','8116') it said QUERY is not valid