Hi - I want to execute a simple update script in MySQL database using Alteryx designer.
First there is a formula tool that builds a column named [sql] based on a dynamic date parameter. I am looking to just execute this sql statement from the variable as it is in the MySQL database. I've been trying a lot with output tool, in-db tools, etc. but encounter different errors each time.
Not sure if I'm missing something here, but any guidance on executing just a simple update script (or insert/delete for that matter. I know select works just fine) into database is much appreciated.
Thanks in advance