I want delete h1 tags and text between them from post_content sql column.
I have tried something like this:
DELETE FROM wpbz_posts
WHERE `post_content` like '<h1>%</h1>';
but don't have a clue, how to work with text between tags, because every text line is different than others.
Any hints or help? Thanks!
sometext
. I'm using MariaDB – Jaska Korhonen Jan 09 '19 at 06:49