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 import mail from Outlook Express 6 to Windows Vista Mail?
BCP Error while loading data from text file.
@@@ LSMConsulting 3M @@@
FreeBSD 6.2, Apache 2.2, PHP5 & Cookies
How to install the 2003 Admin toolpack on XP pro
Calendar Greyed out
CAN burn CD's but NOT DVD's (Nero: Reset Occured, etc.)
how do i get the timezone
sql server 2005 maintenance plan indicies.
Problem Repopulating DIVs using ASP, VB Script & Internet Explorer 6