May 17, 2006 at 8:58 pm
Hi....
Sorry for the very obvious question, but is there a simple way to find and replace text within a varchar column?
I am referring to a script within this column that has changed from classic asp to .net and just need to change the file extension referred to
May 17, 2006 at 9:07 pm
very simple:
update some_table set somecolumn=replace(somecolumn,'.txt','.csv')
Lowell
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy