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!

Split string based on delimiter

750234Jan 29 2010 — edited Jan 29 2010
I've been searching these forumns and I can't find an Oracle function that splits a string into multiple columns based on a delimiter. I've seen some functions/procedures, but I ws wonder if there is a standard Oracle function.

data: 44444-123413

I want everything before the "-"

44444


Thanks!
This post has been answered by Frank Kulash on Jan 29 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 26 2010
Added on Jan 29 2010
3 comments
95,368 views