using REGEXP_SUBSTR
Hi
How can i get this output 1231234567876
please note it has single byte and double byte characters
my sql
select REGEXP_SUBSTR('abc123def1234ghi567あいう876jkl','[ 0-9 0-9][[:digit:]]+') from dual;
Thsnks & Regards
RMS
0