Skip to content

Commit edc2bc1

Browse files
committed
Added statement on SQL query JOIN limit
1 parent 2a504ca commit edc2bc1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/cosmos-db/sql/sql-query-join.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@ The results are:
204204
]
205205
```
206206

207+
> [!IMPORTANT]
208+
> This example uses mulitple JOIN expressions in a single query. There is a maximum amount of JOINs that can be used in a single query. For more information, see [SQL query limits](/azure/cosmos-db/concepts-limits#sql-query-limits).
209+
207210
The following extension of the preceding example performs a double join. You could view the cross product as the following pseudo-code:
208211

209212
```

0 commit comments

Comments
 (0)