Extracting multiple phone numbers from a text field
I am trying to find a way to extract phone numbers from a text column. Each phone number is in a simple XXXXXXXXXX format, but each line can contain up to four phone numbers (ex. 4381258956 NA, 9378123287 NIS). I am able to use regexp_replace to extract one phone number, but I am wondering if there is a clean way to pull…