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!

Extract specific text after a string ?

francislazaroApr 25 2017 — edited Apr 25 2017

Lets consider the below text

create table xx_test (col1 varchar2(250));  insert into  xx_test values ('where 1=1 order by 
1 desc'); insert into  xx_test values ('where 1=1');

I need to extract the next word "1 desc" after 'order by' text.
This post has been answered by Frank Kulash on Apr 25 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 23 2017
Added on Apr 25 2017
4 comments
4,202 views