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
Complex query made easy?!
Internet selectively disconnecting in Vista after 10-15 minutes.
There is a problem with this website's security certificate since updating to IE8
Acer Aspire 5532 - Windows XP Drivers
Exchange 2003 database is constantly over the limit
Read permission - cannot view all documents in library
Error running parameterized query against MySQL database in SSIS package
Obtain the latest date in SQL datatable using vb.net 2005
How do I get content aligned corectly in a WPF Combobox
Passing Parameters to Crystal Reports