Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Queries give impossible results
"Jake S" <nospam_at_nospam.net> wrote in
news:kyMA9.182$ZR5.5926_at_read2.inet.fi:
>> > Have you done a select * instead of a select count(*) and got more >> > than
>> > records in your final example? >> > >> >> Yes I have. I've also tried all the possible combinations with this >> query. >>
Just for fun, try putting a /*+ full(ci_customer) */ hint on the query. If an index is indeed that problem this should give you the correct result.
Do both columns have NOT NULL constraints on them? Received on Thu Nov 14 2002 - 08:39:06 CST
![]() |
![]() |