Skip to Main Content

APEX

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 pass multiple select lists items to sql query dynamically based selection of values

machepalliAug 10 2016 — edited Aug 11 2016

Hi ,

I have one select list ITEM P35_ENGINEMARK.  Till now I have selected one value in select list and passing that  item to below sql query. Then now I am able to select multiple values in same select list.But I dont know how to pass multiple Items to below sql query based on how many select values from select list

So kindly help me here.

select

null,

       'Assigned Packages',

       Count(ID)   

from Table

WHERE DESCRIPTION like '%'||:P35_ENGINEMARK||'%'

Regards,

Bala

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 8 2016
Added on Aug 10 2016
3 comments
1,163 views