Solved
ThingWorx SQL Query
Hi all,
I have to run a query on MS SQL Database table, which has columns with spaces in their names (ex: 'SA03 LH CS BRG DEPTH (mm)').
How do I query this successfully?
Here is an example query:
SELECT *
FROM <<tableName>>
WHERE <<tagName>> != 0;
Here <<tagName>> is a column with space in its name.


