I have a table in the SQL database with a phone number column which contains a lot of numbers. The numbers look like those:
350-564-3210
350.564.3210
(350) 564-3210
These numbers are not normalized. I want to normalize with format like this:
+13505643210
It includes +1 as prefix for country code.