Hi all,
I'm not familiar with MOD function, could someone please explain how does it work.
Actually, why
select months_between(trunc(sysdate+125,'MM'),trunc(sysdate+125,'Q')) from dual
and
select mod(to_char(sysdate+125, 'mm') - 1, 3) from dual
return the same value?