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!

Joining Oracle ApEx Collections to Actual Tables

Tony FatourosJul 17 2011 — edited Jul 17 2011
Hoping someone can help but within Oracle ApEx is it possible to join an actual table in your schema to an Oracle ApEx Collection, as I am having trouble doing so?

Basically have the following scenario:

select c001, -- employee id from collection
c002,
c003 -- employee dept no from collection
from apex_collections,
emp
where collection = 'MY_COOLECTION'
and emp.id = c001
and emp.deptno = c003;

Is the above possible or am I missing something?

Thanks.

Edited by: Tony F. on Jul 18, 2011 1:05 AM
This post has been answered by Sukarna on Jul 17 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 14 2011
Added on Jul 17 2011
5 comments
653 views