Mike Hughes
Registered User.
- Local time
- Today, 09:44
- Joined
- Mar 23, 2002
- Messages
- 493
I'm looking to pickup the cases where the date last paid is greater than 60 days. Can someone help me
select id_case,
dt_last_pay
from noldba.case_rollup;
select id_case,
dt_last_pay
from noldba.case_rollup;