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
how to fix an image in certain place of the Word document
Creating Voting Buttons
Access saving changes to a checkboxes
button event not firing in repeater control
CWA Desktop Sharing Issue in OCS
Select Case
windows xp privilidge problem
how do you close x2 winforms programmically
I need some help with a batch file
IIS 6 to IIS 7 with Classic ASP Support