alright....
i need to extract a group of people's phone numbers from an Oracle system into a simple text file.
It needs to be in a VERY specific format "(xxx) xxx-xxxx"
The problem I'm running into is that the field the person has to enter their phone number in Oracle is an open field and they're entered in all different ways. How can I write a function (or a series of functions) that puts them all into the same above format
i need to extract a group of people's phone numbers from an Oracle system into a simple text file.
It needs to be in a VERY specific format "(xxx) xxx-xxxx"
The problem I'm running into is that the field the person has to enter their phone number in Oracle is an open field and they're entered in all different ways. How can I write a function (or a series of functions) that puts them all into the same above format