Skip to Main Content

Integration

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!

Generate a SQL "IN" clause using ALDSP

ALDSPDeveloperAug 1 2013 — edited Aug 5 2013

Problem Summary

---------------------------------------------------

ALDSP: Generate a SQL "IN" clause

Problem Description

---------------------------------------------------

I would like to know if there is a possibility of generating an SQL "IN" clause using ALDSP.

I would need the XQuery construct to create an SQLsomething like-

select * from emp where dept_no in ('101', '201', '301');

The values for dept_no would be passed at runtime.

(Or)

Will be I able to create a physical data service using the SQL - select * from emp where dept_no in ?

If yes, how do I map the parameter to "?"

Thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 2 2013
Added on Aug 1 2013
3 comments
2,263 views