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
Can you tell what Server a Backup Exec agent was pashed out from
Backup exec 2010 hangs on System State on Server 2008.
DockForm.DCU not found?
Windows Server 2008 Fax Server
Backup solution for remote worker
how to recover the hdd image
Vista Ultimate clone from HP to HP
How to close the controlsmenu after selecting the items from the combo box with out including any code behind.
get-wmiobject error - Powershell
GMT to EDT