Database Manual / Reference

MongoDB Query Language ReferenceMongoDB查询语言参考

You can use the MongoDB Query language to perform queries. 您可以使用MongoDB查询语言来执行查询。MQL comprises query predicates, aggregation pipelines, and other ways to interact with your data.包括查询谓词、聚合管道和其他与数据交互的方式。

CRUD CommandsCRUD命令
Database commands used to perform CRUD operations, including aggregation.用于执行CRUD操作(包括聚合)的数据库命令。
Aggregation Stages聚合阶段
Aggregation stages used to construct aggregation pipelines.用于构建聚合管道的聚合阶段。
Query Predicates查询谓词
Expressions used to indicate whether a document matches a given query.用于指示文档是否与给定查询匹配的表达式。
Expressions表达式
Expressions used in various contexts of MQL including aggregations, query predicates, and projections.在MQL的各种上下文中使用的表达式,包括聚合、查询谓词和投影。
Find Command Projection Operators查找命令投影运算符
Specialized operators used in find command projections.用于查找命令投影的专业运算符。
Accumulators累加器
Operators used in group stages to return aggregated values from multiple input documents.在组阶段中用于从多个输入文档返回聚合值的运算符。
Update Operators更新运算符
Operators used to modify documents.运算符用于修改文档。