MySQL TIMEDIFF() 函数
定义和使用
TIMEDIFF() 函数返回两个时间/日期时间表达式之间的差值。
注意: time1 和 time2 应采用相同的格式,计算方式为 time1 - time2。
语法
TIMEDIFF(time1, time2)
参数值
参数 | 描述 |
---|---|
time1 | 必需。一个时间值 |
time2 | 必需。另一个时间值 |
技术细节
适用于 | 从 MySQL 4.0 开始 |
---|
TIMEDIFF() 函数返回两个时间/日期时间表达式之间的差值。
注意: time1 和 time2 应采用相同的格式,计算方式为 time1 - time2。
TIMEDIFF(time1, time2)
参数 | 描述 |
---|---|
time1 | 必需。一个时间值 |
time2 | 必需。另一个时间值 |
适用于 | 从 MySQL 4.0 开始 |
---|
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]