I need to update only one word in ful name .For exp. I have a name
"Abc Cde LEF PQr"
.I want to replace Abc with Thg.
I have used query to find names which contains Abc
SELECT * FROM `table` WHERE `name` LIKE '%Abc%'
Please help me to do next step to replace the word