1: 2: 3:
UPDATE table1 SET column1 = REPLACE(cast(column1 as varchar(255)), '""""', '') WHERE column1 LIKE '%"%'