MySQL WordPress Database query help needed
-
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 0I want to search the database for all posts with the term (formerly category) = 9.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘MySQL WordPress Database query help needed’ is closed to new replies.