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

Re: sysdate

From: Marc Mazerolle <informaze_at_sympatico.ca>
Date: 1999/03/31
Message-ID: <37022FE6.2F91A9D1@sympatico.ca>#1/1

Why not ?

where mytable.start_date between sysdate and sysdate + 7

Regards,

Marc Mazerolle

K.S. wrote:

> Anyone know if you could use sysdate in a where clause to show an
> activity occuring that day? when trying to constrict a search
>
> egs..
>
> select abc
> from xyz, dual
> where activitydate = sysdate
Received on Wed Mar 31 1999 - 00:00:00 CST

Original text of this message

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