Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> help on date column

help on date column

From: Meng Kiat TAN <tanmk_at_myself.com>
Date: 1997/09/25
Message-ID: <342A0273.D96E4155@myself.com>#1/1

Hi,
    I have created an index for a date column in a table. This column is nullable. How do I form up a query so that this query will make use of the index ? I need to select all the rows which have the date field null.

     select col1, col2  from table_a where sdate is null;

This does not make use of the index. So is there a way to avoid doing a full table scan?

    Thanks & regards! Received on Thu Sep 25 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US