Microsoft
Software
Hardware
Network
Question : TRIM a PHONENumber field so result is only NUMBERS....?
Experts:
What is the easiest way to trim a Phone Number field to onlyu show NUMBERS no "()" and no "-"..?
Field looks like this:
2145551212
(214)123-1236
2145551111
need this:
2145551212
2141231236
2145551111
Thanks
M
Answer : TRIM a PHONENumber field so result is only NUMBERS....?
select
replace(replace(replace(ph
onenumber,
'(', ''), ')', ''), '-', '') as phonno, *
from tablename
Random Solutions
Micorsoft Office Outlook has stopped working
Update set
How do you do an LDAP query for the login name.
DNS errors 4521 and 9999 on a Windows 2003 RC2 Domain Controller server
Enable VMWare View 3 MMR
Query to include another table
Application Deadlock Exception in JBOSS
Recover from Ghost Image on DVD automatically
Is there any way to use Server 2008 adm's on a DC running Server 2003?
Adding a directory to the path of the root user?