Loading search index…
No recent searches
No results for "Query here"
在本页面
Definition
Example
$skip
$skip阶段具有以下原型形式:
{ $skip: <positive integer> }
$skip取一个正整数,该整数指定要跳过的最大文档数。
考虑以下示例:
db.article.aggregate([ { $skip : 5 } ]);
此操作将跳过管道传递给它的前 5 个文档。 $skip对其沿管道传递的文档的内容没有影响。
See also
使用邮政编码数据集进行汇总, 用户偏好数据汇总