gpt4 book ai didi

PostgreSQL: "timestamp with time zone"和 "at time zone"的别名

转载 作者:行者123 更新时间:2023-11-29 14:08:01 26 4
gpt4 key购买 nike

我的数据库中恰好有包含 timestamp without time zone 列的表。现在我需要根据时区比较它们。

我可以这样做:

select my_timestamp::timestamp with time zone at time zone 'EST5EDT'
from my_table
where
my_timestamp >= '2010-07-01'::timestamp at time zone 'EST5EDT'
and my_timestamp < '2010-08-01'::timestamp at time zone 'EST5EDT'

这变得非常丑陋。有没有更短的方法不需要我输入 timestamp with time zone 作为类型和 at time zone 作为转换?

最佳答案

timestamptztimestamp with time zone 的别名,timestamptimestamp without time zone 的别名.

我认为 at time zone 没有别名。

关于PostgreSQL: "timestamp with time zone"和 "at time zone"的别名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3230186/

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