ODP: Antw: LEFT JOIN

From: Rybarczyk Mikolaj <MRybarczyk(at)server(dot)ex(dot)pekao(dot)com(dot)pl>
To: pgsql-sql(at)postgresql(dot)org
Subject: ODP: Antw: LEFT JOIN
Date: 2000-07-04 15:16:17
Message-ID: 8E6D6BE1F0EBD311A49D0008C7E6B9E201BA01F7@web1.intra.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Try this:

> Nay, I got parse error.
> Antti

select first.id
from first
except
select second.id_first
from second;

Greetings,

Mikolaj.

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2000-07-04 19:43:52 Re: Antw: LEFT JOIN
Previous Message Erol Oz 2000-07-04 14:54:03 Re: Antw: LEFT JOIN