gpt4 book ai didi

mongodb - 蒙哥 : find items that don't have a certain field

转载 作者:IT老高 更新时间:2023-10-28 11:12:44 27 4
gpt4 key购买 nike

如何在 MongoDB 中查找缺少某个字段的集合中的文档?

最佳答案

是的,可以使用 $exists :

db.things.find( { a : { $exists : false } } ); // return if a is missing

当为真时,$exists 匹配包含该字段的文档,包括该字段值为空的文档。如果为 false,则查询只返回不包含该字段的文档。

关于mongodb - 蒙哥 : find items that don't have a certain field,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5719408/

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