Solved
Is there a way to pass dynamic table name to sql query ?
Hi,
I want to pass the table name dynamically to SQL query in thingworx version 8.5.5
Is it possible ?
Thanks,
Chahat
Hi,
I want to pass the table name dynamically to SQL query in thingworx version 8.5.5
Is it possible ?
Thanks,
Chahat
If you pass the parameter with <<param>> instead of [[param]] it should work. E.g.
select * from <<table_name>>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.