Re: query with =ALL

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jaime Casanova" <el_vigia_ec(at)hotmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: query with =ALL
Date: 2004-06-14 19:55:43
Message-ID: 5840.1087242943@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"Jaime Casanova" <el_vigia_ec(at)hotmail(dot)com> writes:
>> Perhaps you meant "= ANY"?

> Not really becuase ANY has the same efect that IN and what i want is all the
> results that are equal in all the rows in any of the cur_paralelo values.
> But must be in all the cur_paralelo or nothing.

You're not expressing yourself clearly, because as far as I can
understand you there are guaranteed to be no such results.

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Jaime Casanova 2004-06-14 20:04:03 Re: query with =ALL
Previous Message Jaime Casanova 2004-06-14 19:53:41 Re: query with =ALL