Answers for "mongodb python only get the last 10 documents"

2

mongodb shell query last document

db.collection.find().limit(1).sort({$natural:-1})
Posted by: Guest on May-12-2020

Code answers related to "mongodb python only get the last 10 documents"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language