Skip to content

Commit d88ea17

Browse files
1 parent c7957bb commit d88ea17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ FROM <from_specification>
7474

7575
Specifies that document should be retrieved from the other source defined by the provided alias.
7676

77-
- `<container_expression> '.' property_`
77+
- `<container_expression> '.' property_name`
7878

79-
Specifies that document should be retrieved by accessing the `property_name` property or array_index array element for all documents retrieved by specified container expression.
79+
Specifies that document should be retrieved by accessing the `property_name` property.
8080

8181
- `<container_expression> '[' "property_name" | array_index ']'`
8282

@@ -162,4 +162,4 @@ The results are:
162162

163163
- [Getting started](sql-query-getting-started.md)
164164
- [SELECT clause](sql-query-select.md)
165-
- [WHERE clause](sql-query-where.md)
165+
- [WHERE clause](sql-query-where.md)

0 commit comments

Comments
 (0)