Re: Antw: LEFT JOIN

Antti Linno <alligator@all.ee>

From: Antti Linno <alligator@all.ee>
To: pgsql-sql@postgresql.org
Date: 2000-07-04T13:34:22Z
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