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!

help to split out values SQL

Kodiak_SeattleAug 2 2011 — edited Aug 2 2011
on 11G

not sure which Function to employ, but I need to split 2 values out of a value that exists and assign those 2 extracts to new columns, here is what I mean:

Say the value in the row for a column is: 99_B

I need to remove the number 99 before the underscore and assign that to a new column
I need to remove the B after the underscore and assign that to a new column too

Of course there will be many rows, with NUMBER_singleletter value

I am sure this is something easy, just not sure....

Thank you.
This post has been answered by Frank Kulash on Aug 2 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 30 2011
Added on Aug 2 2011
6 comments
355 views