Hello everyone, I want to delete a specific part of a string.
I have a column 'Comment'. Within this column I have texts values of this type :
<p><span style="color: #333333; background-color: #ffffff;">Units reduced due to space surrender</span></p>
I want to delete the "HTML part". To be more clear, I want to delete all the stuff between "<*>".
Thank you all.