I have a query that I am working on and part of it pulls together 3 fields into the phone number.
Lots of the rows do not have any information and the results show "--". Does anyone have any formating techniques for phone numbers and issues with this?
Thanks,
Code:
PHONE_AREA ||'-'|| PHONE_PRE || '-' || PHONE_EXT "Phone"
Lots of the rows do not have any information and the results show "--". Does anyone have any formating techniques for phone numbers and issues with this?
Thanks,