MongoDB 聚合 $limit
聚合 $limit
此聚合阶段限制传递到下一阶段的文档数量。
示例
在此示例中,我们使用从我们的示例数据(在聚合简介部分中加载)加载的“sample_mflix”数据库。
db.movies.aggregate([ { $limit: 1 } ])
自己试试 »
这将返回集合中的第一个电影。
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]