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
MS Access Query Error when executed from VBA with DMAX() function
XP - can't pass through the login stage
SSRS - How can I increase a multi-value param dropdown? Got to be a way
Outlook Data File says "Not Available"
Forwarding a notification of a new Email Recived exchange
can i say in excel in c1, if a1 = 1 then b1 = something else, without changing the formula in b1?
formula to split data
IBM X3200 with LSI RAID, slow disk performance in Hyper-V virtual machine ?
Need SQL Syntax help to make my qry more efficient.
Click event overrides DblClick event