select *
from per_all_people_f papf
where trunc(sysdate) between trunc(papf.effective_start_date) and
trunc(papf.effective_end_date)
and papf.employee_number = 145;
时间: 2024-12-29 18:13:52
select *
from per_all_people_f papf
where trunc(sysdate) between trunc(papf.effective_start_date) and
trunc(papf.effective_end_date)
and papf.employee_number = 145;