begin transaction; 
update tablo_adı
  set kolon_adı= replace(kolon_adı, '''', ''); 
commit transaction;