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 -> Re: sysdate query

Re: sysdate query

From: roy <roy.schultheiss_at_t-online.de>
Date: 9 May 2006 14:44:01 -0700
Message-ID: <1147211041.569653.156120@i39g2000cwa.googlegroups.com>


Dears.

Sysdate is not a literal, it is a function. The sysdate function is executed for every row, you compare sysdate with a value of a column. So I think the optimizer will interpret TRUNC(sysdate) -0 as a literal.

roy Received on Tue May 09 2006 - 16:44:01 CDT

Original text of this message

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