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

Home -> Community -> Usenet -> c.d.o.server -> Re: exclude multiple rows based on values in one row?

Re: exclude multiple rows based on values in one row?

From: <arcticturtle_at_yahoo.com>
Date: 30 May 2003 20:07:27 GMT
Message-ID: <bb8dlv$c27$1@news.netmar.com>

Hi, Jack! I'm a little hazy about what you're asking. Do you mean something like

SELECT t1.*
FROM my_table t1
WHERE t1.some_value !=
  ( SELECT t2.some_value
    FROM my_table t2
    WHERE t2.some_other_value = 'The one I want'   )

.. ?

Good luck,
- Catherine Devlin
http://profiles.yahoo.com/arcticturtle

In article <25c7944d.0305281528.7c48effd_at_posting.google.com>, Jack Silvey <depifster_at_yahoo.com> writes:
>anyone know a good way to exclude multiple related rows based on the
>values in one row?
>
>
>thanks,
>
>Jack

Received on Fri May 30 2003 - 15:07:27 CDT

Original text of this message

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