Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: newbie question on WHERE...

Re: newbie question on WHERE...

From: Peter Kallweit <kallweit_at_iief.de>
Date: Fri, 02 Feb 2001 08:17:51 +0100
Message-ID: <3A7A5F1F.71E466D5@iief.de>

Hi PC,
(crazy name)

PC wrote:
>
> Can the WHERE clause take 2 variables in the same line? ie,
>
> SQL> select deptno
> 2 from emp
> 3 where job, empno IN

       where (job, empno) IN

> 4 (select job, empno
> 5 from emp
> 6 where ename='CLARK');

hth
peter Received on Fri Feb 02 2001 - 01:17:51 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US