Step 1:
execute below query in mongo shell
> db.products.find({"limits.voice":{$exists:1}}).count()
you will get your answer as 3
execute below query in mongo shell
> db.products.find({"limits.voice":{$exists:1}}).count()
you will get your answer as 3
No comments:
Post a Comment