Use the following query to get the last records from a MongoDB collection. db.collection.find().limit(1).sort({$natural:-1}).
確定! 回上一頁