oracle 匹配

SELECT REGEXP_SUBSTR('abc123def456', '\d+', 1, LEVEL) as num FROM dual CONNECT BY LEVEL