Details
-
New Feature
-
Status: Closed
-
Major - P3
-
Resolution: Duplicate
-
None
-
None
-
None
-
(copied to CRM)
Description
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;
|
Attachments
Issue Links
- 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
-