$ 0 0 You can also try something like as it the phone number and lenght is going to be the same all the time - SELECT CAST((SUBSTR('999-999-9999',1,3) || SUBSTR('999-999-9999',5,3) || SUBSTR('999-999-9999',9,4)) AS CHAR(10))
You can also try something like as it the phone number and lenght is going to be the same all the time -
SELECT CAST((SUBSTR('999-999-9999',1,3) || SUBSTR('999-999-9999',5,3) || SUBSTR('999-999-9999',9,4)) AS CHAR(10))