Strip a full tag from a column in MSSQL
I have the following string stored in a table column in my db: [body] [
some dynamic title
rest of html]
What I would like to do is update the body column so that the H3 Tag and
its content are removed, thus leaving the rest of the HTML.
Would I need to split the string on '' and then update body with the the
second split?
No comments:
Post a Comment