MONTHS_BETWEEN
Calculate the difference between two months.
SELECT MONTHS_BETWEEN
(TO_DATE('02-02-1995','MM-DD-YYYY'),
TO_DATE('01-01-1995','MM-DD-YYYY')
);Last updated
Was this helpful?
Calculate the difference between two months.
SELECT MONTHS_BETWEEN
(TO_DATE('02-02-1995','MM-DD-YYYY'),
TO_DATE('01-01-1995','MM-DD-YYYY')
);Last updated
Was this helpful?
Was this helpful?