上传者: 38588854
|
上传时间: 2022-09-22 11:26:46
|
文件大小: 37KB
|
文件类型: PDF
DATEPART() 函数用于返回日期/时间的单独部分,比如年、月、日、小时、分钟等等。
DATEDIFF() 函数返回两个日期之间的时间差。
--查找当天上午的数据
select * from R_Attendance where (datepart(hour,RDatetime)>=0 and datepart(hour,RDatetime)<12 datediff(d,RDatetime,GetDate())=0>12 and d