DATEPART() 函数用于返回日期/时间的单独部分,比如年、月、日、小时、分钟等等。 DATEDIFF() 函数返回两个日期之间的时间差。 --查找当天上午的数据 select * from R_Attendance where (datepart(hour,RDatetime)>=0 and datepart(hour,RDatetime)<12 datediff(d,RDatetime,GetDate())=0>12 and d
2022-09-22 11:26:46 37KB ar art date
1
提取日期的部分数据,如年,月,日,周,时,分,秒
2021-04-28 20:45:23 29KB sql DATEPART
1