gpt4 book ai didi

postgresql - 如何在 postgresql 插入查询中插入当前日期时间

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

<分区>

INSERT into Group (Name,CreatedDate) VALUES ('Test',UTC_TIMESTAMP(), 1);

这是我用 mysql 插入当前日期时间的查询。当我在 postgresql 中使用它时,出现以下错误。

    HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
********** Error **********

ERROR: function utc_timestamp() does not exist
SQL state: 42883

我已经像下面这样使用 now() 进行了尝试,但它的插入方式如下 "2016-07-07 17:01:18.410677"。我需要以 'yyyymmdd hh:mi:ss tt' 格式插入。

INSERT into Group (Name,CreatedDate) VALUES ('Test',UTC_TIMESTAMP(), 1);

如何在上述格式的 postgresql 插入查询中插入当前日期时间?

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