for example, consider a table like below (table name=accounts)
account owner_ids
PA account sa123,rt458,hf678,de348f
RA account gg678n,fk980,rt458,hf678
Here, I want to remove owner_ids "rt458" and "hf678"
from the entire table and after removing the commas should be perfect (I mean after removing also the remaining owner_ids should be separated by comma as before and there should not be any unnecessary comma in the column)
Any kind of help is appreciated, Help me out guys