Hello All,
I am working on a Alteryx Process In which I need an help.
- I have one SharePoint list and on the SharePoint List all the SCHEMA NAMES is uploaded.
- I have to fetch some columns from ORACLE Database where all the column name will be same only SCHEMA NAME will change every time.
- I implemented the SQL query template into Dynamic Query tool.
| SCHEMA_NAME_TABLE |
| Schema_1 |
| Schema_2 |
| Schema_3 |
| Schema_4 |
SQL Query:- Select * from SCHEMA_NAME.test;
In the SQL Query I have to replace the only "SCHEMA_NAME" every time from the SCHAME_NAME_TABLE.
Can you please help me with these scenario.
If possible kindly share the sample workflow as well.