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
I think 2 update calls should do
update VersionedFields set Value = replace(value,' ','')