Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SQL Tunning
Roman,
Sybrand, Andrew and Serge are right about b-tree indexes, but is the column a candidate for a bitmap index, which will store null values.
Chris.
Roman Gelfand wrote:
>
> Consider the following statement.
>
> select first_name, last_name from table_adress where address_id is null;
>
> Eventhough address_id is indexed uniquely, there is a full table scan. Is
> there a way to force index use without changing the sql statement?
>
> Thanks in advance
> Roman
Received on Sun Mar 21 1999 - 16:16:08 CST
![]() |
![]() |