Re: Use of 'IN' operator

From: Santosh Parmanand <sparmanand.removeit_at_msn.com>
Date: 1997/11/21
Message-ID: <01bcf6f7$caacab80$fe1b2299_at_default>#1/1


The syntax is incorrect. Anyway what you are trying to accomplish can be obtained from the following query...

select equipment_id, equipment_de
from equipment
where ship_id = 'LOUISIANA'

Santosh

-- 
sparmanand.removeit_at_msn.com
remove the words removeit from the e-m address

Arnaud martin <amartin_at_cs.uno.edu> wrote in article
<34739183.5150_at_cs.uno.edu>...

> Hi every body,
>
> I am using Personal Oracle 7.2.
>
> I would like to use an operator 'IN' with two columns:
>
> select equipment_id, equipment_de
> from equipment
> where equipment_id, equipment_de in
> ( select equipment_id, equipment_de
> from equipment
> where ship_id = 'LOUISIANA' );
>
> I got the following error message :
>
> "ORA 00920:invalid relational operator"
>
> Does anyone have an idea?
>
> Thank you very much for your help.
>
> Arnaud
>
Received on Fri Nov 21 1997 - 00:00:00 CET

Original text of this message