Skip to content

Commit e56dbca

Browse files
authored
Update sql-query-select.md
Pencil-edit in line 196, "Result" changed to "result".
1 parent fc77bd2 commit e56dbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ SELECT * FROM c where c.order.orderid = "12345"
193193
```sql
194194
SELECT * FROM c where c.order.price($) > 50
195195
```
196-
The Result is:
196+
The result is:
197197

198198
`
199199
Syntax error, incorrect syntax near 'order'

0 commit comments

Comments
 (0)