gpt4 book ai didi

postgresql - 在 Postgres 中添加 current_timestamp 和 days 列的总和

转载 作者:行者123 更新时间:2023-11-29 11:37:49 25 4
gpt4 key购买 nike

我想通过将天数添加到当前时间来更新列。在伪语法中它将是:

UPDATE foo
SET time = current_timestamp + days::integer

天数是同一张表中的一列。

最佳答案

select now() + cast('1 day' as interval) * 3 -- example: 3 days

关于postgresql - 在 Postgres 中添加 current_timestamp 和 days 列的总和,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/838478/

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