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!

Search a group of substrings from string and display all the records

Dom003Jun 1 2015 — edited Jun 3 2015

Hi,

I am using Oracle 11g.

I am storing multiple values in a column separated by delimiter(#@#). I know it is wrong database design but since it is used for many years i can't do much about it.

I need to perform a search operation where i pass multiple values and i should get all the records if any one value match within the stored value. I read about regular expressions for such scenarios.

Can someone guide me how to proceed with this? Thanks in advance.

Thanks

This post has been answered by Steve Smith on Jun 2 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 1 2015
Added on Jun 1 2015
27 comments
1,362 views