sql server 如何获取系统年份,并转换为INT型

2024-12-16 17:24:39
推荐回答(3个)
回答1:

CONVERT(int,year(GETDATE()))

回答2:

year(getdate())

回答3:

convert()