I have taken over a database that has some not-so-normalized data in a field that contains phone numbers.
Some fields are all numeric and some have the dashes. What's a good method for removing the dash character? I have looked at a couple substring functions but I need something tiny and efficient. Anyone have a good suggestion for an effective and efficient removal of substring characters?
Some fields are all numeric and some have the dashes. What's a good method for removing the dash character? I have looked at a couple substring functions but I need something tiny and efficient. Anyone have a good suggestion for an effective and efficient removal of substring characters?