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 return multiple value in select list

james.Apr 18 2008 — edited Apr 28 2008
Hi All,

How can we return multiple values in select list.
here is example of my select statement.

select 'a' display_value, 'b' return_value from dual;

is there any way i can return another value into page temp item.

select 'a' display_value, 'b' return_value, 1 ??? from dual;

Please help me.

--Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 26 2008
Added on Apr 18 2008
10 comments
1,286 views