I need to read fields from different tables. The name of the table is written in the column of another one.
Ie: ENI_FLUSSI_HUB has got a FLH_TOUT_NAME column. I want to read field1 and field2 from the table specified in FLH_TOUT_NAME
I thought to use a pipelined function. But I must know witch fields the query would return..
I need to solve the problem using an PL/SQL function that I can call from within an SQL statement.