I have seen examples of MySQL SELECTusing a statement REGEXPto map.
Is there a way to do regular expression substitution in UPDATE?
If not, what is the easiest method to trigger regular expression substitution for all values in a column?
Feel free to suggest using any programming language or regular expression.
source
share