Solved
I am trying to combine two queries in postgres to use it in thingworx but it shows error.
Hi,
I have an staging table "test1" created in Postgresql v9.6 which has all the other tables under a column <tablename>. I wanted to select all data from another table through the staging table "test1".
I used a query SELECT * FROM (SELECT tableName FROM public."Test1" where id='1')
How can I solve this? Please provide some help.
Thanks,
Shalini V.

