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;
相关文章
- 02-26Delphi 取整函数round、trunc、ceil和floor
- 02-26trunc sysdate
- 02-26gcc 出现trunc未定义
- 02-26Delphi 数学函数:常用的几个数学函数(Power、Abs、Int、Trunc、Round、Frac、sqr、sqrt)
- 02-26delphi的取整函数round、trunc、ceil和floor
- 02-26sql系列(基础篇)-第一章 关于sysdate
- 02-26数据库中 ceil()、floor()、round()、trunc() 函数用法
- 02-26SQL中的取整函数FLOOR、ROUND、CEIL、TRUNC、SIGN
- 02-26delphi的取整函数round、trunc、ceil和floor
- 02-26day、last_day、date_trunc函数