MongoDB常用语法
摘要:
查询 db.getCollection("collection").find({}) 排序 正序 db.getCollection("collection").find({}).sort({字段:-1}) 倒序 db.getCollection("collection").find({}).sort 阅读全文
posted @ 2023-05-06 10:36 saihao 阅读(25) 评论(0) 推荐(0) 编辑