Hi,
Can anyone help me in this, I have a list of queries for a database and want to run them and result should be populated in different tabs of an excel workbook.
Example:
select * from abc;
select * from xyz;
select * from ab23;
@psk009 this link might help you:https://community.alteryx.com/t5/Alteryx-Designer-Discussions/How-to-run-mutliple-SQL-statements-and-output-to-individual-tabs/td-p/427434
An approach is as below:
Hi Rishi,
Thank you, but is there way to get the input dynamically for queries.
I am connecting to Oracle database and my requirement is sometime i need to run 2-3 queries and some times 15-20 etc.