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
Scan and update ...
Exchange 2007 - Transport Rule
How do I force a '0' value into a report
T-SQL DateTime conversion issue
Windows7 in a 2003 domain
Attach txt file with sendmail
How do copy only active window to clipboard in Windows XP?
Exchange 2003
Ask about install windows service
Form_Current or Form_Open