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!

Returning substring after a particular character

TomMar 24 2011 — edited Apr 1 2011
create table test1 (test_str varchar2(85));
 
insert into test1 values ('192.8.59.1:/host/scl/');
I want all the string after the colon to be returned. ie /host/scl/ for the above example
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 21 2011
Added on Mar 24 2011
4 comments
51,660 views