SQL Server DAY() 函数
定义和用法
DAY() 函数返回指定日期的月份中的天数(从 1 到 31)。
语法
DAY(date)
参数值
参数 | 描述 |
---|---|
date | 必需。要返回月份中的天数的日期 |
技术细节
返回类型 | int |
---|---|
适用范围 | SQL Server(从 2008 开始)、Azure SQL 数据库、Azure SQL 数据仓库、并行数据仓库 |
DAY() 函数返回指定日期的月份中的天数(从 1 到 31)。
DAY(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]