Hi, I know this statement will get the months between my field and sysdate.
MONTHS_BETWEEN(TO_DATE(i.refund_date, 'YYYYMMDD'), sysdate)
However, I checked at google and could not find YEARS_BETWEEN function? Is there such function to get the number of years instead?