SelectDB Cloud
SQL 手册
SQL 函数
日期函数
SEC_TO_TIME

sec_to_time

description

Syntax

TIME sec_to_time(INT timestamp)

参数为INT类型时间戳,函数返回TIME类型时间。

example

mysql >select sec_to_time(time_to_sec(cast('16:32:18' as time)));
+----------------------------------------------------+
| sec_to_time(time_to_sec(CAST('16:32:18' AS TIME))) |
+----------------------------------------------------+
| 16:32:18                                           |
+----------------------------------------------------+
1 row in set (0.53 sec)

keywords

SEC_TO_TIME
© 2023 北京飞轮数据科技有限公司 京ICP备2022004029号 | Apache、Apache Doris 以及相关开源项目名称均为 Apache 基金会商标