Search and replace part of string in database

前端 未结 6 1973
余生分开走
余生分开走 2020-12-04 21:11

I need to replace all iframe tags, stored as nvarchar in my database. I can find the entries using the following sql-question:

SELECT * FROM databasename..Ve         


        
6条回答
  •  -上瘾入骨i
    2020-12-04 22:00

    I would consider writing a CLR replace function with RegEx support for this kind of string manipulation.

提交回复
热议问题