mongo 递归操作
Posted 向天再借500年V
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mongo 递归操作相关的知识,希望对你有一定的参考价值。
mongo 递归操作
db.getCollection("virtualFile").aggregate([
$match:
_id:
$in: ["62318583d6ee99ee998bedf50", "62319fd2d6ee99ee999766a10", "62319fd2d6ee99ee999766a00", "62319dddd6ee99ee999888b30", ""]
,
$graphLookup:
from: "virtualFile",
startWith: "$fid",
connectFromField: "fid",
connectToField: "_id",
as: "fids"
])
以上是关于mongo 递归操作的主要内容,如果未能解决你的问题,请参考以下文章