Microsoft
Software
Hardware
Network
Question : PL/SQL - how to dynamically retrieve next 5 years from sysdate
Does anyone know to code the PL/SQL required to dynamically retrieve the next 5 years from the current sysdate? So no matter what year it is, the query will always produce the next 5 years from that date.
Thanks.
Answer : PL/SQL - how to dynamically retrieve next 5 years from sysdate
try this. It works for me.
select to_char(add_months(sysdate
,(level-1)
*12), 'YYYY')
from dual
connect by level <= 5
Random Solutions
Padding Number
MAC Mail with Exchange 2007 Attachment Issue
DCOM was unable to communicate with the computer "Name" using any of the configured protocols.
Adobe InDesign CS4 Application Error
SAS 9.1 - Excel Import
problem killing a session in java
Exchange 2007 mail relay
Non-Dell motherboard upgrade for Dell XPS Generation 5 Case
Do you know a utility in Unix I could use that would compare 2 files (for ex:, files A.txt vs B.txt) and display the differences between the 2 files?
imap_mail_move on POP3 mailbox