| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> Newbie Query Question
Hi,
Can someone explain the need for <>605 in the following query:
select ordid, prodid, qty
from item
where (prodid, qty) IN
(where prodid, qty
from item
where ordid = 605)
and ordid <> 605;
Please reply to ggrubb_at_indiana.edu.
Thanks
gg
Received on Fri Jul 23 1999 - 09:35:30 CDT
![]() |
![]() |