MySQL TIME() 函数
定义和用法
TIME() 函数从给定的时间/日期时间中提取时间部分。
注意: 如果expression不是日期时间/时间,则此函数返回“00:00:00”,如果expression为 NULL,则返回 NULL。
语法
TIME(expression)
参数值
参数 | 描述 |
---|---|
expression | 必需。要从中提取时间的日期时间/时间 |
技术细节
工作于 | 从 MySQL 4.0 |
---|
TIME() 函数从给定的时间/日期时间中提取时间部分。
注意: 如果expression不是日期时间/时间,则此函数返回“00:00:00”,如果expression为 NULL,则返回 NULL。
TIME(expression)
参数 | 描述 |
---|---|
expression | 必需。要从中提取时间的日期时间/时间 |
工作于 | 从 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]