Hello
I am trying to figure out How to use input parameters for SQL in ThingWorx
Any help will be appreciated
Thanks
Solved! Go to Solution.
Hello @SS_13175359
You can try and Use service input parameters to specify column value into WHERE clause of SQL Query or SQL Command by wrapping parameter name with double square brackets like [[xxx]]
for eg : SELECT * FROM user_data WHERE username = [[xxx]];
Let me know if it still doesn't work
Thanks
Hello @SS_13175359
You can try and Use service input parameters to specify column value into WHERE clause of SQL Query or SQL Command by wrapping parameter name with double square brackets like [[xxx]]
for eg : SELECT * FROM user_data WHERE username = [[xxx]];
Let me know if it still doesn't work
Thanks
