Subquery not returning results

From: Sashi <smalladi_at_gmail.com>
Date: Wed, 8 Apr 2009 08:05:53 -0700 (PDT)
Message-ID: <f403c33c-d8ac-4c46-8ca5-aadd247f6a4b_at_a23g2000vbl.googlegroups.com>



Hi All,

I have a simple subquery:

select ckt_id, charges
from table A
where ckt_id not in (select distinct ckt_id from B) and charges > 0

I know of at least one record in A whose ckt_id is not present in table B and charges > 0 which is not being returned.

Table A has about 15000 records and B has about 50000 records.

What am I missing here?

Thanks in advance,
ZSashi Received on Wed Apr 08 2009 - 10:05:53 CDT

Original text of this message