Painting Blue Code
Simple, self-explanatory code snippets.
2015-08-19
MongoDB - Project (select) only a specific field from a sub-document
db.COLLECTION_HERE.find(
{
FILTER_HERE
}
,{
"
SUB_DOC_FIELD_NAME
.
FIELD_NAME
"
:
1
}
)
Newer Post
Older Post
Home