How do you REPLACE in MySQL?

Answer:

update [table_name] set [field_name] = replace([field_name],'[string_to_find]','[string_to_replace]');

First answer by Mbud. Last edit by Mbud. Contributor trust: 368 [recommend contributor recommended]. Question popularity: 2 [recommend question].