Skip to content

Commit df1b89f

Browse files
authored
Merge pull request #196901 from seesharprun/may3-sql-join-limit
Added statement on SQL query JOIN limit
2 parents b638378 + edc2bc1 commit df1b89f

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)