Below is the table "tbl_interview" with the "description" column and we are updating "script src=" text with the blank "" text.
update tbl_Interview set description=Replace(description,'script src=','')
Remove all XML tags from a string
11 years ago