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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle SQL Help

Re: Oracle SQL Help

From: Mark C. Stock <mcstockX_at_Xenquery>
Date: Sat, 28 Feb 2004 08:47:40 -0500
Message-ID: <pbmdnba0XMicAd3d4p2dnA@comcast.com>

"Ed Avis" <ed_at_membled.com> wrote in message news:l1ishrjqy6.fsf_at_budvar.future-i.net...
| "Mark C. Stock" <mcstockX_at_Xenquery .com> writes:
|
| >AND CREATED_DTM >= (sysdate - (1/24))
|
| If the query takes a long time to run, will it use the value of
| sysdate that was in effect when it first started to execute, or will
| sysdate be reevaluated for each row?
|
| --
| Ed Avis <ed_at_membled.com>

good observation -- should be the same value, but it would be nice to see that doc'd

i did a quick test (select rownum, sysdate from all_tab_columns) -- query took 5+ seconds, all sysdate values were the same (to the second)

;-{ mcs Received on Sat Feb 28 2004 - 07:47:40 CST

Original text of this message

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