Re: Error #1064 when applying Replace function On Apr 30, 12:12 pm, lark <ham...@sbcglobal.net> wrote:
> run that baby like this:
> update `mos_content` SET `fulltext` = REPLACE(`fulltext`,'this','that')
>
> it'll work.
Woo hoo! That works. Thanks VERY much! |