去除oracle中某字段中所有数据的空格(trim函数)

update project_baseinfo p set p.subType=trim(p.subType);
原文地址:https://www.cnblogs.com/wanlige/p/14990395.html