Re: intersect within a subquery

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Phil Glatz <phil(at)glatz(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: intersect within a subquery
Date: 2001-11-21 22:02:30
Message-ID: 25662.1006380150@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Phil Glatz <phil(at)glatz(dot)com> writes:
> present in two rows in map_flags, so I created a subquery to pull the
> records from map_flags, using INTERSECT. This query runs by itself ok, but
> when I use it as a subquery, I get parse error at or near "intersect".

You need a newer PG release, evidently.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-11-21 22:12:06 Re: [PATCHES] Version checking when loading psql
Previous Message Phil Glatz 2001-11-21 21:31:57 intersect within a subquery