Need to get the data inside a array/nested array in MongoDB.
Suppose my Collection is :
{"No" : 1, "Inner":[{"Created By":"A1","Updated By":"AA1"}]}
{"No" : 2, "Inner":[{"Created By":"A2","Updated By":"AA2"}]}
{"No" : 3, "Inner":[{"Created By":"A3","Updated By":"AA3"}]}
and so on...
I Need to find document where No = 3 and Created By = A6