Skip to content

Commit 67d526a

Browse files
committed
docs: Editorial fixes to ODBC statistics paragraph
1 parent 705d78f commit 67d526a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/t-sql/statements/create-statistics-transact-sql.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,7 @@ When creating external table statistics, [!INCLUDE [ssNoVersion](../../includes/
278278

279279
When the external table is using `DELIMITEDTEXT`, `CSV`, `PARQUET`, or `DELTA` as data types, external tables only support statistics for one column per `CREATE STATISTICS` command.
280280

281-
When the external table uses an ODBC-based external data source, `CREATE STATISTICS` does not support the `SAMPLE … PERCENT` option.
282-
In this case, only default sampling (no `SAMPLE` clause) or `FULLSCAN` is supported.
283-
281+
When the external table uses an ODBC-based external data source, `CREATE STATISTICS` doesn't support the `SAMPLE ... PERCENT` option. Only default sampling (without the `SAMPLE` clause) or `FULLSCAN` is supported.
284282

285283
### Statistics with a filtered condition
286284

0 commit comments

Comments
 (0)