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
SBS 2003 service pack will not install
EPO Error
What's your recommendation for the best macro software?
Use bash script to move all files in home directories.
Outlook 2003 stays disconnected from exchange server
Routing and Remote Access on Windows SBS 2003 - Troubleshooting failed VPN connections
Disaster Recovery of Exchange Server
Exchange Server 2003 - Status - "In Maintenance Mode"
SQL to Insert
SQL Reporting Services - UK Date Format and Parameters