I have a dynamic table with an indertermined number of columns [statement_nn] with strings. I need to replace string parts by the correspondent item
The table looks like this: Original table
How could I do the operation having in mind that “statement” columns are variable and cannot specifically use them in a standard REPLACE statement?
This is the end result Im looking to get: Desired result
I tried to make an array of "statement" columns and replace items there, but I need to be able to keep column names to get the desired result