日期:2014-05-16  浏览次数:20514 次

使用规则表达式替换查询结果中的数字
使用规则表达式替换查询结果中的数字 oracle

select  REGEXP_REPLACE('test num to *,1 to 2,3 to 4,5 to 6','[0-9]+','****') from dual;