Is there a postgres function I can use in a SELECT statement that will strip out non-numeric characters from a field?
I only want numbers from the field returned. i.e. say its a phone number field. (555)123-4567 should return 5551234567 and 1-800-petmeds would return 1800
Thanks in advance!
I only want numbers from the field returned. i.e. say its a phone number field. (555)123-4567 should return 5551234567 and 1-800-petmeds would return 1800
Thanks in advance!