Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [mapleleafweb] Search and Replace Example...: Edit Log

Here is the list of edits for this post
Re: [mapleleafweb] Search and Replace Example...
You might want to make it:
Code:
UPDATE Links SET URL = REPLACE(URL, 'http://www.example.ca/boardwiseii/Document.asp', 'http://sso.example.ca/e-Library/Document.asp') WHERE URL LIKE 'http://www.example.ca/boardwiseii/Document.asp%'
Just in case MySQL isn't smart about its updating (so it doesn't unnecessarily update the link timestamps.

Edit: it is smart about it, but it's slightly faster to do it like that anyways.

Adrian

Last edited by:

brewt: Feb 12, 2007, 3:49 PM

Edit Log: