using REGEXP_SUBSTR
Hi
How do i get this output ( 1231234567876 )
my sql
select REGEXP_SUBSTR('abc123def1234ghi567あいう876jkl','[ 0-9 0-9][[:digit:]]+') from dual;
or is there any other way i can get this output
Thanks & Regards
RMS
0