How to run multiple SQL queries in parallel, wait for fnish, and get list of datatables
Hi,
I would like to have a function, that (i) runs multiple SQL queries in background (connection and sql statements from string lists with arbitrary lengths), (ii) waits until all queries are finished, and (iii) returns a list of datatables. Please find my code below. I don't know how to gather the data tables correctly.
Thank you in advance.
Run_SQL_Queries = Function({o_connections, o_sq
...