Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> why ?????????
If I execute a query like ,
select count(*) from some_table where 1=2 .
why does oracle bothers to look at tables . Since there is only one condition which is false .
If I write a sql like
select count(*) from some_table where column_a= :a and a is not null;
it should not even go to look at table , but explain plan suggests that it does a index /table scan .
-ak
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: AK
INET: oramagic_at_hotmail.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting servicesto: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Apr 03 2003 - 17:58:51 CST
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message