I need a SQL script that will remove all non numeric character for each record in a SQL table column. The column is used to hold phone numbers and there are many different formats in the database which is why i just want it to update the table remove all the non-numeric character and change it a number. Does anyone have a good one-time script that can update all of the records in the table?
Edit:
It looks like the only character i really need to replace is "-", "(" and ")"