gpt4 book ai didi

sql - Redshift 将日期转换为 Unix 时间戳

转载 作者:行者123 更新时间:2023-12-03 21:27:12 29 4
gpt4 key购买 nike

我在 Redshift 表中有一列日期。我希望输出采用 unix 时间戳的形式。
本质上,我想要这个问题的反面:How to convert epoch to datetime redshift?

有没有办法做到这一点?

最佳答案

您可以使用 EPOCHDATE_PART .

select date_part(epoch, date_column)
from tbl

来自 documentation

The Amazon Redshift implementation of EPOCH is relative to 1970-01-01 00:00:00.000000 independent of the time zone where the server resides. You might need to offset the results by the difference in hours depending on the time zone where the server is located.

关于sql - Redshift 将日期转换为 Unix 时间戳,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44461992/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com