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
Incorrect syntax for INSERT using INNER JOIN
Wait 10 seconds in DTS package
Alexa reach per million
Send Email Error : Transport failed to connect to the server
Is there any non-blocking equivalent to XNextEvent?
Cannot Get Active Sync to work on Treo 800w with Exchange 2007
Where can I purchase required Scanning Application
Recreate priv1.edb databse?
Ms access SQL Select Like Query Error.
SQL Server 2005 CLR Trigger - Audit Table Requires Additional Information