Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Specify Data Source Settings (MongoDB)
# Specify Data Source Settings (MongoDB)


The following page is available for the OLAP data source type:
The following page is available for the MongoDB data source type:

## Select a Data Connection

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ The following query types are available:

Join
: Combines rows from two or more sources based on a clause.
Union and Union All

Union and Union All
: The Union query combines rows from two or more sources into one data set and removes duplicate rows in the merged source. The Union All query does the same, except it does not remove duplicated rows. You can create a union query for data sources if data types of their columns are implicitly converted.

Transformation
Expand Down