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
Sybase IQ generating distinct rows for dummy table
a problem with rcmd and rexec routines
XP profile editing restrictions
How to reduce the number of log file in mdbdata folder
Looking for a file server reporting storage tool.
PostgreSQL v Firebird
Querying DHCP using PowerShell
VIsta - unable to update Defender of get Windows updates
Windows 2K Server will not start Network Services, Error 1083, Network Icons Missing
for jkr