Hi. I have a SQL query that when it completes its run in the SQL Editor, there are two different display results. It's because it's two parts with TEMP Tables listing out all of the edits in a defined period and the same TEMP tables lists out all of the Users who made the edits.
Before I drop the SQL query into an Input Tool, I am curious as to how Alteryx will express the two sets of results from the same query. I would need to eventually take the first results and write to a worksheet in Excel and then take results of the second query within the same SQL to worksheet 2. I know how to create multiple worksheets within the same Excel file in Alteryx, but more needing to know which tools I would need to keep the two results from same query separate?