Skip to content

Commit 5d7b4b5

Browse files
authored
Update subquery.md
1 parent 10b6a9b commit 5d7b4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)