mongdb插入 查询时间

Robo 3T mongdb客户端

https://www.robomongo.org/

模糊查找关键字 

db.getCollection('test').find({"name":/招/})

查询

db.getCollection('test').find({'time':{$gt:ISODate("2018-05-11")}})

插入

{
"time" : ISODate("2018-05-11T13:58:51.122Z")
}

猜你喜欢

转载自www.cnblogs.com/alantop/p/12053928.html