oracle 删除字段中空格

update  sales_report set region =  REGEXP_REPLACE(region,  '( ){1,}', '') 

原文地址:https://www.cnblogs.com/soundcode/p/9050882.html