gpt4 book ai didi

mongodb - MongoDB 中是否有 NOW() 的等效项

转载 作者:行者123 更新时间:2023-12-02 02:12:06 24 4
gpt4 key购买 nike

我正在尝试从 MySQL 迁移到 MongoDB,并希望像在 MySQL 中使用 NOW() 那样插入当前日期。有谁知道 1 行解决方案还是我应该使用 PHP 来实现?

最佳答案

了解 MongoDB 4.2 中的新功能。您可以使用NOW 获取当前日期时间值。

Use Case: to access the variable, prefix with $$ and enclose in quotes.

db.students.updateOne( { _id: 3 }, [ { $set: { "test3": 98, modified: "$$NOW"} } ] )

此外, CLUSTER_TIME 将返回当前时间戳值,但仅适用于副本集和分片集群。

关于mongodb - MongoDB 中是否有 NOW() 的等效项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20620368/

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