Re: IN vs EXIIST

From: Darren Ferguson <darren(at)crystalballinc(dot)com>
To: Jean-Luc Lachance <jllachan(at)nsd(dot)ca>
Cc: Jean-Christian Imbeault <jc(at)mega-bucks(dot)co(dot)jp>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: IN vs EXIIST
Date: 2002-09-19 17:52:21
Message-ID: Pine.LNX.4.44.0209191352010.8082-100000@thread.crystalballinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I realized after he sent his notice this morning.

On Thu, 19 Sep 2002, Jean-Luc Lachance wrote:

> This is not what he wants.
>
> He wants all keys that have only true for x.
>
>
> > Why areyou using the sub select. If you just want all the key1 where x is
> > true then the following will work
> >
> > SELECT DISTINCT(key1) FROM a WHERE x = TRUE;
> >
> > If you want all rows and don't care about duplicates then remove the
> > distinct.
> >
> > Hope this helps
> >
> > >
> > > I've seen many posts saying that using IN is not optimal and replacing
> > > it with EXISTS is much better. I've read the only docs but I can't
> > > understand the difference between the two or how to convert.
> > >
> > > Can someone point me to some other docs or explain to me how to convert?
> > > Or is my table schema wrong?
> > >
> > > Thanks!
> > >
> > > Jc
> > >
>

--
Darren Ferguson

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2002-09-19 17:54:49 Re: cascade problems
Previous Message Dmitry Tkach 2002-09-19 17:44:23 Re: Memory Errors...