Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Solved... Was: Boolean dates...

Re: Solved... Was: Boolean dates...

From: Mladen Gogala <mladen_at_wangtrading.com>
Date: Thu, 23 Oct 2003 11:49:49 -0800
Message-ID: <F001.005D41FB.20031023114949@fatcity.com>


So, it was boss speak, after all. Tell your boss to beware of the ides of bool.

On 10/23/2003 11:29:41 AM, Jose Luis Delgado wrote:
> List...
>
> I finally found the answer about the infamous 'boolean
> dates'! (this was the term that my boss used when he
> told me about the dates... boolean dates).
>
> After receiving a lot of mails talking about Julian
> dates... I started to test in that way.
>
> I could find the following which is the solution to my
> problem.
>
> sql> select bdate, to_date(bdate + 1721436, 'J') tdate
> sql> from paam
> sql> where rownum < 6;
>
> BDATE TDATE
> ------- --------
> 728464 01-JUL-95
> 728434 01-JUN-95
> 728403 01-MAY-95
> 728495 01-AUG-95
> 728283 01-JAN-95
>
> As you can see the key is: 1721436
>
> Thanks again to all!
> Best regards!
>
> JL
>
>
> __________________________________
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product search
> http://shopping.yahoo.com
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: Jose Luis Delgado
> INET: joseluis_delgado_at_yahoo.com
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> 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).
>

Mladen Gogala
Oracle DBA

Note:
This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Wang Trading LLC and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Mladen Gogala
  INET: mladen_at_wangtrading.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Thu Oct 23 2003 - 14:49:49 CDT

Original text of this message

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