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
How do I insert something into SWF file after a FLV is done playing?
NDR's from one domain, for only one user...
Web-site shopping cart
delay in emails sent from SBS 2003 to *some* outside recipients
How to install reporting services in MOSS
Windows 2003 - Disk Manger Driver number change
missing SQL Server 2000 Developer Edition CD
me.dirty not getting recognized in form_close
Services being stopped
Spybot Search and Destroy on Terminal Server?