Skip to content

Commit a456c76

Browse files
committed
Fix typo
Http://, Https:// -> http://, https://
1 parent cbe6d55 commit a456c76

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)