Hi All,
I am looking to apply left join using SQL query between many tables instead of using Alteryx Join tool where my all data is coming from different tables within same database. I have used Input data tool which is connected through specific DSN. I tried to apply left join using Alteryx Join tool which is impacting the processing time of workflow and making it more complex with each Join tool added at every step.
Any suggestions on which tool should I use to write the SQL Join query and get the output which can be connected to Primary Input Data tool. Attached it the example of my workflow and instead of multiple Join tool I wanted to write SQL query to get the same join condition between my primary table to different tables.
Thanks in advance.