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 find character in string

R. RoyalMar 20 2006 — edited Mar 20 2006
Hi,
I've table TAB_TEST:

ID............DESC_ID
1.............MY TABLE->YOUR TABLE
2.............DOG->X
6.............MY CATS->YOUR CATS
9.............WINDOWS->Y
7.............MY JOB->YOUR JOB

I'd like to write one query with DESC_ID after character "->"

In my case:

ID............DESC_ID
1.............YOUR TABLE
2.............X
6.............YOUR CATS
9.............Y
7.............YOUR JOB

How can I find the character "->" in DESC_ID and write from that character in then?


Thanks in advance!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 17 2006
Added on Mar 20 2006
4 comments
466 views