mongodb排序查询语句
解决方法:
主键_id的倒序:db.getCollection('designer').find({}).sort({_id:-1})
主键_id的升序:db.getCollection('designer').find({}).sort({_id:1})
有建议,请留言!
*您的姓名:
*所在城市:
*您的联系电话:
*您的QQ:
咨询问题: