Skip to content

Commit 357bf30

Browse files
Update query-json-files.md
Fixed grammar issue on line 59. Changed "Previous example uses full..." to "The previous example uses full..."
1 parent 690f454 commit 357bf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql/query-json-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The JSON document in the preceding sample query includes an array of objects. Th
5656

5757
### Data source usage
5858

59-
Previous example uses full path to the file. As an alternative, you can create an external data source with the location that points to the root folder of the storage, and use that data source and the relative path to the file in the `OPENROWSET` function:
59+
The previous example uses full path to the file. As an alternative, you can create an external data source with the location that points to the root folder of the storage, and use that data source and the relative path to the file in the `OPENROWSET` function:
6060

6161
```sql
6262
create external data source covid

0 commit comments

Comments
 (0)