DATEDIFF() 函数返回两个日期之间的差异。
DATEDIFF(
interval,
date1,
date2)
Parameter | Description |
---|---|
interval | Required. The part to return. Can be one of the following values:
|
date1, date2 | Required. The two dates to calculate the difference between |
工作于: | SQL Server(从 2008 年开始)、Azure SQL 数据库、Azure SQL 数据仓库、并行数据仓库 |
---|
返回两个日期值之间的差异(以小时为单位):
SELECT DATEDIFF(hour, '2017/08/25 07:00', '2017/08/25 12:45') AS DateDiff;
亲自试一试 »
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!