Skip to content

Commit d1aba0e

Browse files
authored
Update query-specific-files.md
In the code file path is given as `parquet/taxi/year=2017/month=9/`; In description, it is given as last three months of year 2017. So, it needs to be changed
1 parent d2d684e commit d1aba0e

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)