sql update replace
I need to replace all instances of http://oldwebsite with http://newwebsite with out removing other content in Column.
Where can I get me some cookies?
Need it to be changed to.
Where can I get me some cookies?
Will the update replace do this without removing every thing else.
UPDATE posts SET content = replace(content, 'http://oldwebsite/da/', 'http://newwebsite/da/' ) ;