标签: mongodb mongoose
我在mongoose中有这样的查询。
var query=Videopost.findOne({}, {}, { sort: { '_id' : -1 } });
我想从结果中排除在数据库中插入的最后一条记录。 任何帮助将不胜感激!!!