Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,2 FEB 是一年中的第 33 天。
是否有返回年份的内置 T-SQL 函数(在 SQL Server 2000 中)?或者您是否必须自己使用强制转换来获取提供日期的一年中的第一天,然后执行 DateDiff?
SELECT datepart(dayofyear, getdate())