There is a table one column:
telephone_number
1234567777
1112223333
2223334444
%#@&008988
+dhjkky854
78-- 00=7
How in sql you can select only valid telephone numbers(10 numeric character long). In this case I want to see in my sql output only the following output:
1234567777
1112223333
2223334444
I do not want INVALID telephone numbers.
%#@&008988
+dhjkky854
78-- 00=7
Is there any built in function in Teradata to check that?
Thanks
telephone_number
1234567777
1112223333
2223334444
%#@&008988
+dhjkky854
78-- 00=7
How in sql you can select only valid telephone numbers(10 numeric character long). In this case I want to see in my sql output only the following output:
1234567777
1112223333
2223334444
I do not want INVALID telephone numbers.
%#@&008988
+dhjkky854
78-- 00=7
Is there any built in function in Teradata to check that?
Thanks