select CONCAT(TO_NUMBER(REGEXP_REPLACE(‘019年‘,‘[^0-9]‘)),‘年‘) from dual;
ORACLE 正则匹配
原文:https://www.cnblogs.com/wuzaipei/p/11425244.html