【发布时间】:2021-11-19 22:04:40
【问题描述】:
如果我在查询中使用 NOW(),Presto 架构中正确的数据类型是什么?
【问题讨论】:
-
用谷歌搜索它比在这里提问要花更少的时间......
如果我在查询中使用 NOW(),Presto 架构中正确的数据类型是什么?
【问题讨论】:
来自Presto Date and Time Functions and Operators document
now() → 带有时区的时间戳#
这是 current_timestamp 的别名。
【讨论】: