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
Flex show hide text areas onClick dynamic button
Reset HMC on P5 520
SAP RFC returning Invalid Data Type
A simple secuiry question
indexed table in snmp trap
VB.Net exe, icon and shortcut
How do I check if a window is already open or give it focus using Flex/Flash
Delete shortcut from all users desktop via script
CX600 FLARE 2.05.600.5.007 - upgrade procedure to 2.19?
comment SP