Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to get first numeric values from a string

1047637Jun 13 2014 — edited Jun 13 2014

Hello Guys,

I have a string column , I want to get first set of numeric values from it .

Example :

Stting :       VOLTAREN SUP 100MG 1X5 SK\NST

Output must be :    100

String :         VOLTAREN SUP50MG30(2X5)DE\NSTD

OP  50

String :         ADEL-ESI.TAB 0.1/10/10 1X250IN

OP  0.1/10/10

Could you  help me out  ..

Thanks in advance

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 11 2014
Added on Jun 13 2014
10 comments
4,491 views