"Value" SQL keyword giving errors.
Hi all,
I have a query where one of the columns I'm selected is named "Value", so in my query it appears as:
SELECT .... PM.Value
It appears as if ThingWorx/SQL is treating this as a reserved keyword of some sort, nothing I do will allow me to have the word "Value" in SELECT statement. It always fails and returns the error:
Unable to Invoke Service <ServiceName> on <ThingName> : The connection is closed.

