Question
Function returning extra whitespace
I created a function to strip all non-numeric characters from
a string and format the phone number in a specific manner, but the
string that is returned has a <space> at the beginning of the
number every time. Using TRIM() does not need to remove the extra
whitespace. Any ideas?
