days between dates in PL/SQL - TechRepublic
Question
December 3, 2009 at 03:33 PM
john.a.wills

days between dates in PL/SQL

by john.a.wills . Updated 16 years, 7 months ago

I have this condition in my code:
months_between (sysdate, TBLastTestDate) > 2
but I really want to count days, not months, and PL/SQL seems not to have a days_between function. What blindingly simple technique am I overlooking?

This discussion is locked

All Comments