Oracle
 sql >> Database >  >> RDS >> Oracle

Oracle Guarda dietro Positivo

Per motivi di discussione, anche REGEXP_SUBSTR funziona:

SQL> select regexp_substr('TIPTOP4152', 'TOP(\d+)', 1, 1, NULL, 1) nbr
    from dual;

NBR
----
4152

SQL>