Re: replace only certain words in a text column

2001-04-08 Thread Thalis A. Kalfigopoulos
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

2001-04-08 Thread Stephen U. Lee
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