IN selection issues - Mailing list pgsql-bugs

From Jérôme Calais
Subject IN selection issues
Date
Msg-id 1043230236.1116.15.camel@Neptune
Whole thread Raw
Responses Re: IN selection issues  (Peter Eisentraut <peter_e@gmx.net>)
Re: IN selection issues  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
I am encountering problems with IN selections.

I am trying this query :

delete from status where status_id not in (select distinct status_id
from company);

"status_id" is a foreign key in "company".

It does not delete any records from status table whereas it should
because the sub query returns some records.

Any explanation ?

Thanks

--
M. Jérôme CALAIS (Ingénieur Conseil)
Portable: 0620648297
E-Mail: jerome.calais@arunix.fr
------------------------------
Arunix
Z.A.L St Amé
62806 Liévin Cedex
France
Tel: 0321142843
Fax: 0321142831
URL: http://www.arunix.fr



pgsql-bugs by date:

Previous
From: Andreas Lange
Date:
Subject: DELETE permission problems on table with long name after upgrade to 7.3.1
Next
From: remyapl@cppdnotes.iobnet.co.in
Date:
Subject: