October 30, 2006 at 3:29 pm
Hi all,
Is there a way to replace certain characters within a text field?
For example,
Data looks like this
"XXX, ABC, DEF"
"ABC, XXX, DEF"
"ABC, DEF, XXX"
"XXX"
I like to replace the "XXX" with "YYY"
October 30, 2006 at 3:36 pm
Am I missing something here, your post title says something about using wildcards? Anyway, look up REPLACE in BOL.
October 31, 2006 at 11:49 am
And if you truly need to use wild cards, look up PatIndex() and Stuff() in Books Online.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply