I have a column with the following data 8,12,17,18.
I want to update a value at a particular position
For eg .I want to change 17 which comes at position 3 to 25. I want to change the values depending on its position inside the comma separated string.