Skip to content

Commit bfbc794

Browse files
authored
Merge pull request #88872 from kevinjpereira/patch-1
Update query-json-files.md
2 parents 4d1223a + 357bf30 commit bfbc794

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)