@@ -27,6 +27,12 @@ availability in the {+odm-short+}.
27
27
The following sections contain tables that describe whether individual
28
28
features are available in the {+odm-short+}.
29
29
30
+ .. tip:: SQL Concepts in MongoDB
31
+
32
+ To learn about how MongoDB represents SQL terminology, concepts, and
33
+ functionality, see the :manual:`SQL to MongoDB Mapping Chart
34
+ </reference/sql-comparison/>`.
35
+
30
36
Database Features
31
37
-----------------
32
38
@@ -117,10 +123,18 @@ The following Eloquent methods are not supported in the {+odm-short+}:
117
123
- *Unsupported*
118
124
119
125
* - Joins
120
- - *Unsupported*
126
+ - Use the ``$lookup`` aggregation stage. To learn more, see the
127
+ :manual:`$lookup reference
128
+ </reference/operator/aggregation/lookup/>` in the
129
+ {+server-docs-name+}. {+odm-long+} provides the
130
+ :ref:`laravel-aggregation-builder` to perform aggregations.
121
131
122
132
* - Unions
123
- - *Unsupported*
133
+ - Use the ``$unionWith`` aggregation stage. To learn more, see the
134
+ :manual:`$unionWith reference
135
+ </reference/operator/aggregation/unionWith/>` in the
136
+ {+server-docs-name+}. {+odm-long+} provides the
137
+ :ref:`laravel-aggregation-builder` to perform aggregations.
124
138
125
139
* - `Basic Where Clauses <https://laravel.com/docs/{+laravel-docs-version+}/queries#basic-where-clauses>`__
126
140
- ✓
@@ -144,7 +158,11 @@ The following Eloquent methods are not supported in the {+odm-short+}:
144
158
- *Unsupported*
145
159
146
160
* - Grouping
147
- - Partially supported. Use :ref:`Aggregations <laravel-query-builder-aggregations>`.
161
+ - Use the ``$group`` aggregation stage. To learn more, see the
162
+ :manual:`$group reference
163
+ </reference/operator/aggregation/group/>` in the
164
+ {+server-docs-name+}. {+odm-long+} provides the
165
+ :ref:`laravel-aggregation-builder` to perform aggregations.
148
166
149
167
* - Limit and Offset
150
168
- ✓
0 commit comments