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
New Line in EditBox
GPO Settings: Access Denied (Security Filtering) - Screen Saver Issues
Why can I not find the InvokeRequired and SetTextCallback Options
Software to recover an overwritten Excel file
XML Parsing Error: undefined entity
How to handle attachment-type fields in Access 2007
eePC SSD space issue
MS DYnamics GP Change Fiscal Year
Using application.international (what library needs referenced)
Can I install SQL 2000 that comes with SBS 2003 Premium on a different box?