Antti Linno wrote: > > > 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. 'select' is missing after 'except'. select first.id from first except select second.id_first from second; erol > Antti
- Antw: [SQL] LEFT JOIN Gerhard Dieringer
- Re: Antw: [SQL] LEFT JOIN Antti Linno
- Re: Antw: [SQL] LEFT JOIN Erol Oz
- Re: Antw: [SQL] LEFT JOIN Tom Lane