SQL Server MONTH() 函数
定义和用法
MONTH() 函数返回指定日期的月份部分(1 到 12 之间的数字)。
语法
MONTH(date)
参数值
参数 | 描述 |
---|---|
date | 必需。要从中提取月份的日期或日期时间 |
技术细节
返回值类型 | int |
---|---|
在以下版本中有效 | SQL Server(从 2008 开始)、Azure SQL 数据库、Azure SQL 数据仓库、并行数据仓库 |
MONTH() 函数返回指定日期的月份部分(1 到 12 之间的数字)。
MONTH(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]