Re: CDBI and Oracle dates

[prev] [thread] [next] [Date index for 2004/11/24]

From: Jay Strauss
Subject: Re: CDBI and Oracle dates
Date: 19:56 on 24 Nov 2004

> Yes, an Oracle date field stores time, down to the second.  If you need 
> more granularity, there is a new datatype called timestamp
> 
> You use the to_char, to_date functions in Oracle to get at the desired 
> portions of a date field.
> 
> for example:
> 
> select to_char(sysdate, 'MM/DD/YYYY HH24,MI,SS') from dual;
> 

Sorry, I sent this before I was done.

I meant to point you at:

http://www.class-dbi.com/cgi-bin/wiki/index.cgi?WorkingWithOracleDateFields

and

you can review the oracle manuals at: technet.oracle.com, you need to 
create a userid (but it's free)

Jay


CDBI and Oracle dates
Josh Peterson 18:18 on 24 Nov 2004

Re: CDBI and Oracle dates
Jay Strauss 19:45 on 24 Nov 2004

Re: CDBI and Oracle dates
Jay Strauss 19:56 on 24 Nov 2004

Generated at 11:34 on 01 Dec 2004 by mariachi v0.52