To remove the _id element, you can use the following syntax −db.yourCollectionName.find({},{'_id': false}).pretty();To understand the above ...
確定! 回上一頁