I have a DB table that I would like to update a single column value of - it is a non-primary key field. The workflow is creating a list with 2 columns - first column has the primary key of table to update, 2nd column has the value of the field to update in the DB table.
In SQL I would do this with a INSERT with INNER JOIN.
Does anyone have advice on how to do this in Alteryx.
Thx. Marc.