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: Question on the date after '31-DEC-9999' in Oracle

Re: Question on the date after '31-DEC-9999' in Oracle

From: Mike <michaelnazareth_at_gmail.com>
Date: 24 May 2005 07:16:56 -0700
Message-ID: <1116944216.242220.224700@f14g2000cwb.googlegroups.com>


I tried
select enddate
from pc_mike
where trunc(enddate) > trunc(to_date('31-DEC-9999','D­D-MON-YYYY'));

ENDDATE


01-JAN-00
01-JAN-00
01-JAN-00
01-JAN-00
01-JAN-00
01-JAN-00
01-JAN-00
01-JAN-00

The point I am trying to make is.
How can a number > than '31-DEC-9999' be inserted? Why can't I view it? Received on Tue May 24 2005 - 09:16:56 CDT

Original text of this message

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