Microsoft
Software
Hardware
Network
Question : SQL statement to find and replace character in field...
Can someone tell me the correct statement to use in order to find and replace specific characters in a field....for example
Find all the "/" in all records of the telephone number field
and replace it with "-"
I am sure this is very straight forward, but I am a dummy with SQL.
Answer : SQL statement to find and replace character in field...
update YourTable set YourField with CHRTRAN(YourField,'/','-')
Random Solutions
Windows 7 IIS
A Beautiful Disaster, multiple issues on Windows 7 / Vista Ultimate 64bit
Disable WSUS Client Update Over 3G and VPN
Macro notification question
Run macro on protected sheet without asking for password
range xldown &xright
Hide column in CListCtrl
Changing exchanges external domain
Problem with Exchange 2003
CMonthCalCtrl.GetCurSel() returns date 2 years off