ORACLE 正则匹配

1、正则匹配

select CONCAT(TO_NUMBER(REGEXP_REPLACE('019年','[^0-9]')),'年') from dual;

  

posted @ 2019-08-28 17:17  ARYOUOK  阅读(685)  评论(0)    收藏  举报