Hello,
I am trying use a sql query to find and replace a certain word in a specific forum.
I tried the following but that did not work.
Code:
UPDATE post SET pagetext = REPLACE(pagetext, 'oldtext', 'newtext') WHERE forumid='435'
Here is the error:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1054
error desc: Unknown column 'forumid' in 'where clause'
Any help is appreciated. Thank you.