MongoDB提供了豐富的查詢方法,可以使用以下指令進行查詢:
示例:db.collection.find()
示例:db.collection.findOne()
示例:db.collection.count()
示例:db.collection.distinct()
示例:db.collection.aggregate()
示例:db.collection.find().sort()
示例:db.collection.find().limit()
示例:db.collection.find().skip()
示例:db.collection.find({}, {field1: 1, field2: 1})
以上是一些常用的查詢方法,MongoDB還提供了更多的查詢指令,可根據具體需求選擇合適的方法進行查詢。