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