Using REGEXP or REGEXP_SUBSTR in an MariaDB query to extract all of the image source links
I’m trying to use REGEXP
in an MariaDB 11.0.2 query to extract all of the image source links within the HTML and text of the field post_content
that is in each row in wp_posts
. I’ve looked at related questions but still can’t get this to work.