gpt4 book ai didi

sql - 你如何在 postgres 中选择日期范围?

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

我在 postgres 数据库中有一个时间戳字段。我想选择上个月内发生的所有日期。所以像 select * from table where timestamp > (current timestamp - 1 month) 这样的东西。

最佳答案

select * from table where timestamp > now() - interval '1 month'

关于sql - 你如何在 postgres 中选择日期范围?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10942219/

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