Am stuck at a little problem. I have a MySQL database with 4 columns. I have a customer_name column which assumes all the text in it should me customers name. But someone some customer names mix up with some numerical text and some unreadable characters. So can you suggest me the easy way to format the column by replacing the numerical text and undesirable characters.
Eg:
Current Column:
User123 user12user 123usernew A$ءنشناuserold
Expected Output:
User useruser usernew userold
I hope you guys got what am trying to say, any help is appreciated. The column is of nearly 1000K Values in it. so importing or recreating is a bit risk for me.