For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
select add_months(trunc(sysdate,'yyyy'),3) statrt_date , add_months(add_months(trunc(sysdate,'yyyy'),3),12)-1 end_date from dual but this condition valid through jan to dec while next year jan change day so how to handled