例如: 我现在要查询文章列表, 我之前看过的文章就不再显示了。 db.wenzhang.find({"red":{"$nin":[ 另一个表中得数据 另一个 find ]}})
类似 sql 的 Select * from TableName where a not in (select a from TableName2) as abc
Mongo ne prend pas en charge ce type de recherche conjointe Suggestion pour améliorer votre propre design
Mongo ne prend pas en charge ce type de recherche conjointe
Suggestion pour améliorer votre propre design