标签: mongodb mongodb-query
如何减去字段todaytime和字段Timestamp并在一天内为集合中的100万个对象添加结果?我需要使用Mongo shell的所有对象。
todaytime
Timestamp
我的收藏包含下一个对象:
{ "_id" : ObjectId("5504cb8edd5af617ca9ca192"), "Timestamp" : ISODate("2014-04-06T18:44:58.314Z"), "todaytime" : ISODate("2014-04-02T01:11:18.965Z")}