Re: Antw: LEFT JOIN

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Antti Linno <alligator(at)all(dot)ee>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Antw: LEFT JOIN
Date: 2000-07-04 19:43:52
Message-ID: 28208.962739832@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Antti Linno <alligator(at)all(dot)ee> writes:
>> I think, the following select will solve your problem
>>
>> select first.id
>> from first
>> except
>> second.id_first
>> from second;
>>
> Nay, I got parse error.

Should be ... EXCEPT SELECT second.id_first ...

Anyway, we should have full ANSI join support in 7.2, or 7.1 if
we get lucky.

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Paul McGarry 2000-07-05 00:37:32 ERROR: ExecEvalAggref: no aggregates in this expression context
Previous Message Rybarczyk Mikolaj 2000-07-04 15:16:17 ODP: Antw: LEFT JOIN