Re: replace only certain words in a text column
On Sun, 8 Apr 2001, Stephen U. Lee wrote: > i want to replace all occurences of www to http://www in all columns of a > table. > the column contains blocks of text. > > is there any way to do this directly in mySQL? Check the manual for the infinite String manipulation functions. If all your r
replace only certain words in a text column
i want to replace all occurences of www to http://www in all columns of a table. the column contains blocks of text. is there any way to do this directly in mySQL? thankx. =) --- Stephen U. Lee