I have a table which is full of arbitrarily formatted phone numbers, like this
027 123 5644 021 393-5593 (07) 123 456 042123456
I need to sea
I would use Google's libPhoneNumber to format a number to E164 format. I would add a second column called "e164_number" to store the e164 formatted number and add an index on it.