Print Thread
Page 1 of 4 1 2 3 4
PLSD 8 within 2nd quarter - Countdown
#34227 06/18/09 07:38 PM
Joined: Feb 2006
Posts: 619
Sao Paulo, Brazil
G
Gustavo Offline OP
Member
OP Offline
Member
G
Joined: Feb 2006
Posts: 619
Sao Paulo, Brazil
12 days to go! laugh


There are 10 types of people: those who know binary and those who don't.
Re: PLSD 8 within 2nd quarter - Countdown
Gustavo #34228 06/19/09 07:54 AM
Joined: Aug 2008
Posts: 60
Belgium
W
Wim Offline
Member
Offline
Member
W
Joined: Aug 2008
Posts: 60
Belgium
11 smile


Regards,
Wim
Re: PLSD 8 within 2nd quarter - Countdown
Wim #34234 06/19/09 01:58 PM
Joined: Nov 2001
Posts: 276
Germany
O
Member
Offline
Member
O
Joined: Nov 2001
Posts: 276
Germany
10.5 ;-)
/Karl

Re: PLSD 8 within 2nd quarter - Countdown
orca777 #34236 06/20/09 10:01 PM
Joined: Mar 2009
Posts: 32
M
Member
Offline
Member
M
Joined: Mar 2009
Posts: 32
They are going to make us suffer untill the last day smile

Re: PLSD 8 within 2nd quarter - Countdown
mamv #34238 06/21/09 08:56 PM
Joined: Dec 2002
Posts: 491
Wellington, NZ
Member
Offline
Member
Joined: Dec 2002
Posts: 491
Wellington, NZ
does it help if i am in new zealand? i am a day ahead of most of the world...


... suck in your lips and frown like a werewolf ...
Re: PLSD 8 within 2nd quarter - Countdown
mamv #34239 06/22/09 09:02 AM
Joined: Sep 2004
Posts: 476
Munich, Germany
Member
Offline
Member
Joined: Sep 2004
Posts: 476
Munich, Germany
8 days left smile
Here's the sql for it:
Code
select today, end_quarter2, ( end_quarter2 - today ) as days_to_go from
  (select trunc(sysdate) today, to_date('30.06.2009','DD.MM.YYYY') end_quarter2
     from dual);


Regards,
Berny
Re: PLSD 8 within 2nd quarter - Countdown
Bernhard S #34243 06/22/09 11:12 AM
Joined: Nov 2001
Posts: 276
Germany
O
Member
Offline
Member
O
Joined: Nov 2001
Posts: 276
Germany
Still 8!!!

Code
SQL> 
SELECT Today
      ,End_Quarter2
      ,(End_Quarter2 - Today) AS Days_To_Go
  FROM (SELECT Trunc(SYSDATE) Today
              ,To_Date('30.06.2009'
                      ,'DD.MM.YYYY') End_Quarter2
          FROM Dual);
 
TODAY       END_QUARTER2 DAYS_TO_GO
----------- ------------ ----------
22.06.2009  30.06.2009            8
 
SQL> 
/Karl

Last edited by orca777; 06/22/09 11:17 AM.
Re: PLSD 8 within 2nd quarter - Countdown
orca777 #34250 06/23/09 07:09 AM
Joined: Nov 2001
Posts: 276
Germany
O
Member
Offline
Member
O
Joined: Nov 2001
Posts: 276
Germany
7 !!!
:-)

Re: PLSD 8 within 2nd quarter - Countdown
orca777 #34253 06/23/09 12:41 PM
Joined: Aug 2008
Posts: 60
Belgium
W
Wim Offline
Member
Offline
Member
W
Joined: Aug 2008
Posts: 60
Belgium
Code
June 19, 2009
Direct Oracle Access 4.1.2 for Delphi 2009 and C++Builder 2009 released

If the release schedule of the 2 products is closely related then it shouldn't be much longer ...


Regards,
Wim
Re: PLSD 8 within 2nd quarter - Countdown
Wim #34267 06/24/09 03:30 PM
Joined: Feb 2006
Posts: 619
Sao Paulo, Brazil
G
Gustavo Offline OP
Member
OP Offline
Member
G
Joined: Feb 2006
Posts: 619
Sao Paulo, Brazil
6!!! Less than one week to go! laugh


There are 10 types of people: those who know binary and those who don't.
Page 1 of 4 1 2 3 4

Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.080s Queries: 15 (0.038s) Memory: 2.5582 MB (Peak: 3.0378 MB) Data Comp: Off Server Time: 2024-04-29 15:28:25 UTC
Valid HTML 5 and Valid CSS