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")
}

相关文章:

  • 2021-12-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
猜你喜欢
  • 2022-01-02
  • 2022-12-23
  • 2022-02-12
  • 2022-12-23
  • 2021-10-19
  • 2021-11-29
  • 2021-12-23
相关资源
相似解决方案