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

Home -> Community -> Usenet -> c.d.o.tools -> date column in where clause -> suppressing index?

date column in where clause -> suppressing index?

From: Jerra <jerra_at_aland.net>
Date: 2000/07/26
Message-ID: <8lm2g9$4uv$1@gandalf.alcom.aland.fi>#1/1

When using date and time how do I search for specific dates most efficently? Using where trunc(date,'DD') = to_date('26-07-2000','MM-DD-YYYY') the index for the date column can't be used.
The time portion is important and can't be 00:00:00 and there is a lot of searches for posts for a specific day.

TIA! /Jerra Received on Wed Jul 26 2000 - 00:00:00 CDT

Original text of this message

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