📜  文档 mongodb 上的点表示法 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:28.705000             🧑  作者: Mango

代码示例1
In MongoDB query, Dot notation is to match by specific fields in an embedded document. When the field holds an array of embedded documents, then to match the field, concatenate the name of the field that contains the array, with a dot (.) and the name of the field in the embedded document.