Skip to content

Commit afc1e4c

Browse files
Update query-single-csv-file.md
1 parent c3c958f commit afc1e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql/query-single-csv-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ The following query returns the number of distinct country names in a file, spec
217217
SELECT
218218
COUNT(DISTINCT country_name) AS countries
219219
FROM OPENROWSET(
220-
BULK 'csv/population/population.csv',,
220+
BULK 'csv/population/population.csv',
221221
DATA_SOURCE = 'SqlOnDemandDemo',
222222
FORMAT = 'CSV',
223223
FIELDTERMINATOR =',',

0 commit comments

Comments
 (0)