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.
我在 sql 中有一个查询,即“select ServiceName,count(_id) from cases groupby ServiceName,_id;”
我想将其转换为 mongoDB 查询语言。请帮忙。
最好的方法是熟悉 mongodb 文档,尤其是sql to mongo mapping chart。
但是,如果您只是在寻找一次性的快速而肮脏的解决方案,请查看querymongo。