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: Is this a good use for an IOT type table or are therebettersolutions.

Re: Is this a good use for an IOT type table or are therebettersolutions.

From: Brian Peasland <dba_at_remove_spam.peasland.com>
Date: Thu, 25 Mar 2004 20:43:23 GMT
Message-ID: <4063446B.8AE4739@remove_spam.peasland.com>


Another way the time is not added to the column is when someone inserts similar to the following:

INSERT INTO my_table(date_column) VALUES TO_DATE('01/01/01','MM/DD/YY');

In this case, no time was provided, so it truncated the date.

Cheers,
Brian

-- 
===================================================================

Brian Peasland
dba_at_remove_spam.peasland.com

Remove the "remove_spam." from the email address to email me.


"I can give it to you cheap, quick, and good. Now pick two out of
 the three"
Received on Thu Mar 25 2004 - 14:43:23 CST

Original text of this message

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