WordPress – SQL request: REPLACE and wildcard %. How to do the right thing?
MySQL database has wp_post table in which the post_content column is located. I need to build a SQL request so that in all posts of the post_content links of the type: http://example.com/component/tags/tag/15-text.html Replace with links of the type: http://example.com/tag/text.html That…