-
Type: New Feature
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Querying
-
None
-
Query
-
(copied to CRM)
This is similar to SQL UNION where two selects/finds combine their results as if from one entity.
SELECT column_name(s) FROM table1 UNION SELECT column_name(s) FROM table2;
- depends on
-
SERVER-45712 Remove flag guard for $unionWith
- Closed
- duplicates
-
SERVER-45712 Remove flag guard for $unionWith
- Closed
- is duplicated by
-
SERVER-33788 db.createView to allow UNION of multiple collections
- Closed
-
SERVER-25434 $lookup: allow option for FULL outer-join
- Closed
- is related to
-
SERVER-44878 Support to read and write to/from a parallel data pipeline as part of aggregation stages
- Backlog