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クエリ言語に変換したい。助けてください。