Hi guys!
I have a field that holds telephone numbers. They can be in any format: 1234567890, 123-456-7890 or 456-7890. I need to format the field in a query to show the telephone as 123-456-7890.
I tried this in my query:
, but I get an "Invalid format number model" error. Can you help?
Thanks a lot!
Nunina
I have a field that holds telephone numbers. They can be in any format: 1234567890, 123-456-7890 or 456-7890. I need to format the field in a query to show the telephone as 123-456-7890.
I tried this in my query:
Code:
to_char(G.TEF_CLIENTE1,'### ###-####')
Thanks a lot!
![[gorgeous] [gorgeous] [gorgeous]](/data/assets/smilies/gorgeous.gif)