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 do i split a string using pl/sql procedure and insert them into a table?

1056911Mar 21 2014 — edited Mar 21 2014

My requirement is to split a string for example am taking one row from from a string column which is in this form (1000:34.0:1101:45.0:1231:56.0) where 1000, 1101 1nd 1231 are my id's and 34.0, 45.0 and 56.0 are the costs. I want to split this string and insert into an id and a cost column in a separate table. Can anyone Please help me out with the script??

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 18 2014
Added on Mar 21 2014
3 comments
1,047 views