SQL批量替换字段里的字符语句

update `table_name` set filed_name = REPLACE(filed_name,”xyz”,”abc”) where ….;