Hi everyone!
I'm new with oracle sql and I need some help...
I want to sum 12 to the current month number...so if we are in March, i would to compare a field with this result (3+12).
It's correct to do this?
SUM (TO_NUMBER(TO_CHAR(SYSDATE,'MM'))+12)
Thank you!