Skip to Main Content

DevOps, CI/CD and Automation

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!

Query multiple keywords from one string

732941Dec 18 2009
Hi,

I'm trying to build a search page that will give users a keyword search field and search my oracle database for all keywords entered.
I guess I need to look for spaces in the string and seperate out into an array, then build the sql dynamically from each item in the array using a loop.

Can anyone point me to any examples? Most I can find are mysql based so use functions not available in Oracle.

Many thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 15 2010
Added on Dec 18 2009
0 comments
2,643 views