SQL Language (MOSC)

MOSC Banner

using REGEXP_SUBSTR

edited May 31, 2012 10:52AM in SQL Language (MOSC) 3 commentsAnswered
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

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