Split string based on delimiter
750234Jan 29 2010 — edited Jan 29 2010I'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!