I am not sure if anyone here can help me, but I want to do a search and replace in my database. There is a word that is used in certain post titles that I want removed.
This is the query I have devised, but I am not getting the end of the query correct:
UPDATEwp_postsSET post_title = replace( post_title, 'REVIEW:', '' ) FROMwp_termsWHEREterm_id=9 LIMIT 0
I want to search the database for all posts with the term (formerly category) = 9.