hiya fellas,
any suggestions on how I may take out some '-' from a phone number using a string function in sql?
for example
phone_number is '777-777-777'
i need it as 777777777
on my version it tells me that ltrim and rtrim only takes one argument.
thanks in advance
any suggestions on how I may take out some '-' from a phone number using a string function in sql?
for example
phone_number is '777-777-777'
i need it as 777777777
on my version it tells me that ltrim and rtrim only takes one argument.
thanks in advance