Skip to content

Commit 857d8d8

Browse files
authored
Merge pull request #122768 from Aswinsb/patch-1
Update query-specific-files.md
2 parents ca7d58d + d1aba0e commit 857d8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Your first step is to **create a database** with a datasource that references st
2828

2929
This function returns the file name that row originates from.
3030

31-
The following sample reads the NYC Yellow Taxi data files for the last three months of 2017 and returns the number of rides per file. The OPENROWSET part of the query specifies which files will be read.
31+
The following sample reads the NYC Yellow Taxi data files for September 2017 and returns the number of rides per file. The OPENROWSET part of the query specifies which files will be read.
3232

3333
```sql
3434
SELECT

0 commit comments

Comments
 (0)