Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我的查询。
db.final.find( { 'skills.skillList.skill.name' : { $exists : true } } )
我想将此查询的结果写入单独的集合。是否可以?
将结果获取到客户端并插入到另一个集合中。在没有检索结果的情况下,在数据库中是不可能的。