Re: Antw: LEFT JOIN

From: Antti Linno <alligator(at)all(dot)ee>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Antw: LEFT JOIN
Date: 2000-07-04 13:34:22
Message-ID: Pine.LNX.4.04.10007041633310.28954-100000@all.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> 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.
Antti

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Erol Oz 2000-07-04 14:54:03 Re: Antw: LEFT JOIN
Previous Message Gerhard Dieringer 2000-07-04 12:46:18 Antw: LEFT JOIN