Hi,
I have a problem in that I have a bunch of SQL codes which I run in Visual Studio and get results; I want to include these in an Alteryx Workflow and run them through Alteryx, but so that if I edit my SQL code outside of Alteryx, Alteryx will run the updated code (without copying and pasting each time I edit).
Example:
I have a SQL code: SELECT top 10 * FROM [red].[pink]
How do I input this into Alteryx?
How do I run this query through Alteryx?
How do I change my SQL code in SQL, where this changes within Alteryx too?
Note: I have read previous solutions to similar questions but as quite a new user I have not understood, or they were not quite the same question and so the answer did not relate well.
Thank you!