Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> date time
does the date time data in Oracle store in long number? From the application interface, we enter data in format like '01/02/2001 10:30:00 PM' , when I run the query, I get the result in long number as '915134070' . When I compare it to SYSDATE ('SELECT * FROM Mytable WHERE entry_date < SYSDATE-60'), I get the error inconsistent data type. How can I compare the field 'entry_date' to the last 60 days? Thanks
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: mai huynh
INET: mhuynh5_at_hotmail.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Sat Mar 10 2001 - 14:42:01 CST
![]() |
![]() |