使用规则表达式替换查询结果中的数字
使用规则表达式替换查询结果中的数字 oracle
select REGEXP_REPLACE('test num to *,1 to 2,3 to 4,5 to 6','[0-9]+','****') from dual;
发布时间: 2013-02-18 10:50:49 作者: rapoo
使用规则表达式替换查询结果中的数字
使用规则表达式替换查询结果中的数字 oracle
select REGEXP_REPLACE('test num to *,1 to 2,3 to 4,5 to 6','[0-9]+','****') from dual;