I want to replace all non-numerical characters in a VARCHAR field in MySQL, because is a phone table and while importing them I found several “Fax:xxx” or “-” characters that shouldn’t be there.
I’d prefer a solution that not involves multiple REPLACE() calls,
Thanks in advance
This is a mysql function:
Use it as a native mysql function in your update query.