REGEXP_REPLACE 此函数用指定的replace_string替换匹配的模式,从而允许复杂的搜索和替换操作。 句法: REGEXP_REPLACE(source_string,pattern [,replace_string [,position [,occurrence,[match_parameter]]]))例: 以下查询用单个空格替换任何两个或多个空格。 ()子表达式包含一个...正则...