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
Incrementing a date value in a Do..Until Loop
Speed up loading of form loaded with text boxs
how to overpass This program is blocked due to compatibility issues"
Convert rupees in numbers to words
setting up an internal NTP server
Is there a way to restore the default local security policy to a server?
error 2009 , my dos application under foxplus is not run with XP
500pts: Help moving bootmgr to another partition?
how so I get the uniqueidentifier after insert in SQLEXPRESS?
Build SQL statement from a form