How do I build a general query based in a list of tables and run/export the results?
Here is my conceptual structure
Basically the from clause in query would be inserted by the table rows. After that, each schema.table with true result returned must be stored in a text archive.
Could someone help me?