Hi,
How to use table name as parameter in Database thing for SQL command and query ?
I tried something like : select * from [[tableName]], but it doesn't work.
Regards,
Sean
Solved! Go to Solution.
Try this instead: select * from <<tableName>>
Thank you for your quick reply. I just found it as well and posted it before refreshing the page : )
Regards,
Sean
I found the answer in https://developer.thingworx.com/en/resources/guides/external-databases .
Just use <<tableName>> in SQL
Regards,
Sean