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

Home -> Community -> Usenet -> c.d.o.misc -> Re: and / where

Re: and / where

From: DA Morgan <damorgan_at_psoug.org>
Date: Wed, 06 Dec 2006 08:30:05 -0800
Message-ID: <1165422592.77694@bubbleator.drizzle.com>


BigLearner wrote:
> Hai everyone,
>
> Can someone tell me whats the difference using AND and WHERE in the
> ansi join.
>
> Its basically used to further filter the query, atleast thats what i
> suppose.
>
> Can someone comment ?
>
> I see they are used almost in similar situations everywhere. I don't
> follow this.
>
> BigLearner

WHERE and AND are essentially the same thing.

The first condition is identified with WHERE ... subsequent conditions may be identified with AND <additional condition>. and there is also OR.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Wed Dec 06 2006 - 10:30:05 CST

Original text of this message

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