skip to Main Content

extract subdocument in mongoDB

I am new to MongoDB and I'm struggling in extract a subdocument from a document. In my case, I have the following schema: [ { user_id: "u1", subscriptions: [ { "tier": "Basic", "requests": [ { "name": "aaaa" }, { "name":…

VIEW QUESTION
Back To Top
Search