for example, I have a table row containing a string like this:
<p><img src="/assets/img/myfolder/abcdefghijkl0001_thumb.jpg"><br><br>some people can also type _thumb. if they want to <div style="background-image:url('/assets/img/myfolder/zzzzzz0002_thumb.png')"></div></p>
how do I remove just the "_thumb." substring inside the <img> and <div> part? I only know a little bit about replace command but I can't seem to make it work to only remove the "_thumb." substring inside those elements only..
REGEXP_REPLACEcan be used dev.mysql.com/doc/refman/8.0/en/…