Hi All,
I have table1 in which I have a column which has list of tables.
From I need to have select on this column to retrieve the table content
select * from (select TABLE_NAME from TEST1);
This just gives TABLE_NAME value but not the records from table name...Can anyone let me know what is that I am missing..
Thanks in advance