gpt4 book ai didi

sql - 如何更改 Amazon Redshift 中的默认时区?

转载 作者:行者123 更新时间:2023-12-01 13:45:49 31 4
gpt4 key购买 nike

默认情况下将时间戳列设置为 SYSDATE,将其存储为 UTC .是否可以更改时区,以便 SYSDATE 将日期和时间存储到不同的时区?

到目前为止,我已经检查了 SET命令,但我不确定是否可以使用它来更改时区。

最佳答案

基本上,答案是否定的。根据documentation :

TIMESTAMP values are UTC, not local time, in both user tables and Amazon Redshift system tables.

Note Timestamps with time zones are not supported.



如果您需要查询返回不同时区的数据,您可以使用 CONVERT_TIMEZONE函数,使用常量时区值(或查询参数),或将结果加入包含所需时区的配置表。

关于sql - 如何更改 Amazon Redshift 中的默认时区?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36338266/

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