SQL Server YEAR() 函数
定义和使用
YEAR() 函数返回指定日期的年份部分。
语法
YEAR(date)
参数值
参数 | 描述 |
---|---|
date | 必需。 要提取年份的日期或日期时间。 |
技术细节
返回类型 | int |
---|---|
在以下版本中有效 | SQL Server(从 2008 版本开始)、Azure SQL 数据库、Azure SQL 数据仓库、并行数据仓库 |
YEAR() 函数返回指定日期的年份部分。
YEAR(date)
参数 | 描述 |
---|---|
date | 必需。 要提取年份的日期或日期时间。 |
返回类型 | int |
---|---|
在以下版本中有效 | SQL Server(从 2008 版本开始)、Azure SQL 数据库、Azure SQL 数据仓库、并行数据仓库 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]