I have a CMS content in database. The content contains '<img src= .............../>'
also.
I want to retrieve this content using mysql query and show on frontend but with all '<img src='.........../>'
removed from the content.
How can it be done using query in mysql?