MongoDB $in && $all

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MongoDB $in && $all相关的知识,希望对你有一定的参考价值。

mongodb $in 查询

> db.test.find({‘IN‘:{$in:[‘123‘]}})
{ "IN" : [ "123" ], "a" : 4 }
{ "IN" : [ "123", "456" ], "a" : 5}

mongodb $all 查询

> db.test.find({‘ALL‘:{$all:[‘123‘,‘456‘]}})
{"ALL" : [ "123", "456" ], "a" : 6}

$all查询需要完全匹配,并且所对应的字段必须是数组才行。

以上是关于MongoDB $in && $all的主要内容,如果未能解决你的问题,请参考以下文章

Mongodb4.2.6使用keyfile认证副本集安装in Centos7

python&MongoDB

mongodb建立索引&查看索引&删除索引

windows下mongodb设置用户名密码&用python连接

python&MongoDB爬取图书馆借阅记录(没有验证码)

iframe & contentDocument & contentWindow All In One