使用规则表达式替换查询结果中的数字 使用规则表达式替换查询结果中的数字 oracleselect REGEXP_REPLACE('test num to *,1 to 2,3 to 4,5 to 6','[0-9]+','****') from dual;