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.
mongo の次の SQL クエリを変換するにはどうすればよいですか。
SELECT column1 from table1 UNION SELECT column1 from table2
毎月 1 つずつ、最大 12 のコレクションがあります。
data.2013.01 data.2013.02 ... ... data.2013.12
プロットするとき、一度に複数の月をグラフに表示したいと思います。これにより、mongo で UNION を作成する方法が問題になります。