Re: Antw: LEFT JOIN - Mailing list pgsql-sql

From Antti Linno
Subject Re: Antw: LEFT JOIN
Date
Msg-id Pine.LNX.4.04.10007041633310.28954-100000@all.ee
Whole thread Raw
In response to Antw: LEFT JOIN  ("Gerhard Dieringer" <DieringG@eba-haus.de>)
Responses Re: Antw: LEFT JOIN  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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




pgsql-sql by date:

Previous
From: "Gerhard Dieringer"
Date:
Subject: Antw: LEFT JOIN
Next
From: Erol Oz
Date:
Subject: Re: Antw: LEFT JOIN