-1
Task to insert Variable Value by select result
My intention with this logic is to pass a column calculated from one excel file to another using an area of Stage where I just want to modify a column in the database table and then insert inside the excel file. That’s why I’m using variable to take the result of select and use as value in update, because there is more than one connection. But the value of the variable does not change when I run a task
Could you give me an example of query ?
– Tiago Luca
In your Update: Update Stg_sales Set Vlr_purchase = ? Where Codigo_product is not null
– Tiago Meireles