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
Comparison Netgear ReadyNAS vs. Buffalo Terastation
SBS2008 - Exchange not receiving emails
"404 - File not found" for Default .aspx on IIS 7.5
switching networks on a cicso asa5510
linux security
All Exchange 2007 email shows internal IP address of ISA server rather than origin address
Raid 1 Rebuild Failed - Adaptec 1210SA
access to css 11503 using GUI
How can I check for an install new updates for Symantec Backup Exec? I have clicked on the Help drop down menu, but don't see any options for updates
XP Pro SP3 on Dell Inspiron 9400 notebook with OCZ SSD: BSOD 0xF4 after resume from standby