I have created a table which stores the value in comma separated form. Is there any mechanism which achieve the following result?
I have the column named qty in table and it stores the value in following format:
Initially Column Contain:- 1,5,8,9,7,10,5
Now i want to update the third value which is 8 by 2
So Final Answer that Column contain is:- 1,5,2,9,7,10,5