-
数据库用select语句查询闰年
create function [dbo].[fn_IsLeapYear] ( @year int ) returns varchar(14)as begindeclare @returnvalue int----varchar(14) d
-
sqlserver之datepart和datediff应用查找当天上午和下午的数据
DATEPART() 函数用于返回日期时间的单独部分,比如年、月、日、小时、分钟等等。DATEDIFF() 函数返回两个日期之间的时间差。--查找当天上午的数据select * from R_Attendance where (date