HI,
I want want to update one SQL table using Alteryx.
I want to use following query to update the table:-
update table
set Column1 = "1"
where Column1 = "2"
i have created the DSN as well TEST_DB but i dont know how to implement the update query.
Could you please share the example or suggest.
Thank you in advance.