Skip to content

Commit f802c85

Browse files
Merge pull request #277354 from seesharprun/patch-2
Cosmos DB | Update subquery example
2 parents 8db6ab8 + b4e6bef commit f802c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/nosql/query/subquery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
1111
ms.devlang: nosql
12-
ms.date: 02/27/2024
12+
ms.date: 06/05/2024
1313
ms.custom: query-reference
1414
---
1515

@@ -86,7 +86,7 @@ JOIN
8686
(SELECT VALUE s FROM s IN p.warehouseStock WHERE NOT s.backstock)
8787
```
8888

89-
Assume that only one item in the tags array matches the filter, and there are five items for both nutrients and servings arrays. The ``JOIN`` expressions then expand to ``1 x 1 x 5 x 5`` (**25**) items, as opposed to **1,000** items in the first query.
89+
Assume that only one item in the tags array matches the filter, and there are five items for both quantity and stock arrays. The ``JOIN`` expressions then expand to ``1 x 1 x 5 x 5`` (**25**) items, as opposed to **1,000** items in the first query.
9090

9191
## Evaluate once and reference many times
9292

0 commit comments

Comments
 (0)