Skip to content

Commit 2db14fc

Browse files
Merge pull request #125424 from changeworld/patch-138
Fix typo
2 parents 6267ccd + a456c76 commit 2db14fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql/develop-tables-statistics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ For example, to create statistics with default options (FULLSCAN) for a populati
652652
EXEC sys.sp_create_openrowset_statistics N'SELECT
653653
population
654654
FROM OPENROWSET(
655-
BULK ''Https://azureopendatastorage.blob.core.windows.net/censusdatacontainer/raw_us_population_county/us_population.csv'',
655+
BULK ''https://azureopendatastorage.blob.core.windows.net/censusdatacontainer/raw_us_population_county/us_population.csv'',
656656
FORMAT = ''CSV'',
657657
PARSER_VERSION = ''2.0'',
658658
HEADER_ROW = TRUE)

0 commit comments

Comments
 (0)