Re: Forms3 LOV

From: <pihlab_at_hhcs.gov.au>
Date: 7 Sep 92 09:51:14 +1000
Message-ID: <1992Sep7.095115.352_at_hhcs.gov.au>


>
> SELECT 'Y', 'N'
> INTO :my_field
> FROM system.dual

Hmmm.... Try a UNION statement to get the two items as separate rows rather than as seperate columns.

Something like:

SELECT 'Y' FROM dual
UNION
SELECT 'N' FROM dual;

-- 

Bruce...        pihlab_at_hhcs.gov.au
                 ^^
*******************************************************************
* Bruce Pihlamae  --  Database Administration                     *
* Commonwealth Department of Health, Housing & Community Services *
* Canberra, Australia                             (W) 06-289-7056 *
*******************************************************************
* These are my own thoughts and opinions, few that I have.        *
*******************************************************************
Received on Mon Sep 07 1992 - 01:51:14 CEST

Original text of this message