How to return multiple value in select list
james.Apr 18 2008 — edited Apr 28 2008Hi 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