Following up my title post, I'd like to do something similar within posts. However, my concern is that it will also affect URLs that have the same term. For example, if I do this:
Code:
UPDATE xf_post SET message = REPLACE(message, 'iphone','iPhone');