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 to substring it till DOT?

656756Feb 1 2010 — edited Feb 1 2010
Hello

I was searching a best solution to substring the first part of string. The separator is a DOT. I can only do this in a function.

Example

my.first.test

second.test

third.and.last.test

Query must return:
my

second

third

Is any chance i could do this in a query?

Regards,
Igor
This post has been answered by 730428 on Feb 1 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 1 2010
Added on Feb 1 2010
31 comments
14,207 views