I have phone number as ###-###-####
in my SQL table. When I export it to CSV file. It shows as turns into a value of the match operation, ie, treating -
as a subtract sign.
Also, as an alternative, I can convert ###-###-####
as ##########
, ie, removing -
how to do that in select query.
Thanks
I tried to cast (phone as varchar
) but that didn't help.