mongo基本语句

Posted on 2020-04-27 17:09  打杂滴  阅读(146)  评论(0编辑  收藏  举报

db.getCollection('PictureList').find({'timestamp': 1588002071})

 

db.getCollection('PictureList').update({timestamp: 1588002071},{ $addToSet: {"picurls": "tad" } })

 

 

Copyright © 2024 打杂滴
Powered by .NET 8.0 on Kubernetes