I have 3 SQLQuery tables generated. Few questions:
Thank you for your help!
Dear @joann , perhaps here you can find some ideas on what is possible here:
The solution depends on what you would like to do with the three tables, and if they have a connection.
You can realize almost everything.
The first thing you could try, to just execute them every time by one click, is to
It will give you three new tables, probably run in background, and all three in parallel (depends on some settings).
So if the queries are large (and time consuming), this would be the fastest/best way I think.