Re: List of values with Oracle Forms 3.0
From: N.Prabhakar <prabhs_at_pacific.net.sg>
Date: 1996/12/05
Message-ID: <5854kq$dbd_at_newton.pacific.net.sg>#1/1
Date: 1996/12/05
Message-ID: <5854kq$dbd_at_newton.pacific.net.sg>#1/1
Richard Swen <rswen_at_qualcomm.com> writes: > Is there a way to get a list of values with out having a look
> up table.
>
> Thank you,
> Richard Swen
Hi there,
If the values are known (eg. list of allowable values) then you can try the following.
select 'a', 'first desc' from dual
union
select 'b', 'second desc' from dual
Regards
N.Prabhakar Received on Thu Dec 05 1996 - 00:00:00 CET