I want to make a string replacement (and update) to all strings in a column of a table. In other words, for every string in a column of a table of my MySQL DB, I want to replace a substring in those strings with a new value.
I've found the REPLACE SQL function, but I don't know the syntax to apply to all strings in the column.
Can someone help?
I've found the REPLACE SQL function, but I don't know the syntax to apply to all strings in the column.
Can someone help?