Hello,
Could you please help with ideas how to implement the following:
I run SQL query by SQL Executor that checks something in PostgreSQL DB and as a result provides set of SQL queries that should be executed in the database afterward. How to execute those newly generated queries?
How can I run all those resulted queries after SQL Executor?