标签: mongodb
如何在mongoDB 3.6版中使用$ lookup字符串和$ Objcectid。 如果在4.0版中有$ toObjectId,在3.6版中是否有类似的东西?
答案 0 :(得分:0)
{ $toObjectId: <expression> }至{ $convert: { input: <expression>, to: "objectId" } }
{ $toObjectId: <expression> }
{ $convert: { input: <expression>, to: "objectId" } }