You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/sql-query-from.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,9 +74,9 @@ FROM <from_specification>
74
74
75
75
Specifies that document should be retrieved from the other source defined by the provided alias.
76
76
77
-
-`<container_expression> '.' property_`
77
+
-`<container_expression> '.' property_name`
78
78
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.
0 commit comments