to_timestamp 是 PostgreSQL 中的一个函数,用于将字符串或数字转换为时间戳。以下是关于 to_timestamp 的详细介绍:
引入版本
to_timestamp 函数在 PostgreSQL 7.3 版本中引入。
语法
to_timestamp 有两种主要的用法:
1.将字符串转换为时间戳
to_timestamp(text, text)
- 第一个参数:要转换的字符串。
- 第二个参数:格式化字符串,指定输入字符串的格式。
2.将 Unix 时间戳(自1970-01-01 00:00:00 UTC以来的秒数)转换为时间戳
to_timestamp(double precision)
- 参数:Unix 时间戳(浮