Solved
Use Input parameter to generate sql queries
Hello
I am trying to figure out How to use input parameters for SQL in ThingWorx
Any help will be appreciated
Thanks
Hello
I am trying to figure out How to use input parameters for SQL in ThingWorx
Any help will be appreciated
Thanks
Hello
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.