
|
[oracle-l]
||
[Date Prev]
[08-2005 Date Index]
[Date Next]
||
[Thread Prev]
[08-2005 Thread Index]
[Thread Next]
RE: TIMESTAMP datatype. Anyone using them?
- From: "Hostetter, Jay M" <JHostetter@xxxxxxxxxxxxxxxxxxxx>
- To: <oracle-l@xxxxxxxxxxxxx>
- Date: Mon, 1 Aug 2005 15:08:32 -0400
Yes, we are using them on 9.2.0.5 on AIX. What is the exact problem
that you are having?
select *
from mytable
where delete_timestamp >= to_date('080120050800','mmddyyyyhh24mi')
and delete_timestamp <= to_date('080120050801','mmddyyyyhh24mi');
Jay Hostetter
Oracle DBA
D&E Communications
Ephrata, PA USA
________________________________
From: oracle-l-bounce@xxxxxxxxxxxxx
[mailto:oracle-l-bounce@xxxxxxxxxxxxx] On Behalf Of Arnold, Sandra
Sent: Monday, August 01, 2005 11:30 AM
To: oracle-l@xxxxxxxxxxxxx
Cc: Augustus, Christopher
Subject: TIMESTAMP datatype. Anyone using them?
Is anyone using the TIMESTAMP datatype? We are thinking about using
them but are having a problem with queries using the BETWEEN clause. If
you are using them, how are you querying them for date ranges?
Thanks,
Sandra Arnold
Senior DBA
NCI Information Systems
Oak Ridge, TN
**DISCLAIMER
This e-mail message and any files transmitted with it are intended for the use
of the individual or entity to which they are addressed and may contain
information that is privileged, proprietary and confidential. If you are not
the intended recipient, you may not use, copy or disclose to anyone the message
or any information contained in the message. If you have received this
communication in error, please notify the sender and delete this e-mail
message. The contents do not represent the opinion of D&E except to the extent
that it relates to their official business.
|

|