PL/SQL (MOSC)

MOSC Banner

using REGEXP_SUBSTR

edited May 30, 2012 5:28AM in PL/SQL (MOSC) 2 commentsAnswered
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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center