Hello all,
i want to update a specific field base on some SQL update syntax , i don't want to update whole row just a field. how can i achieve it ?
For Example my SQL update Syntax is
update Table1 set Column1=REPLACE(Column2,'AAA','BBB')
So immediately after get row from sql i want to update field. I believe it can be achieve using Execute SQL query Action , but what to write in query text and formal parameter ?
If there is any other way to make it please advise