Skip to content

Commit 9b882a6

Browse files
Merge pull request #34486 from rwestMSFT/rw-0620-tweaks
Add T-SQL icon to missing articles
2 parents 2766f2b + 89c14c4 commit 9b882a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/t-sql/functions/approx-percentile-cont-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ monikerRange: "azuresqldb-current||=azuresqldb-mi-current||>=sql-server-2016||>=
2525

2626
This function returns an approximate interpolated value from the set of values in a group based on percentile value and sort specification. Since this is an approximate function, the output would be within rank based error bound with certain confidence. The percentile value returned by this function is based on a continuous distribution of the column values and the result would be interpolated. Due to this, the output might not be one of values in the data set. One of the common use cases for this function is to avoid the data outliers. This function can be used as an alternative to PERCENTILE_CONT for large datasets where negligible error with faster response is acceptable as compared to accurate percentile value with slow response time.
2727

28-
[Transact-SQL syntax conventions](../language-elements/transact-sql-syntax-conventions-transact-sql.md)
28+
:::image type="icon" source="../../includes/media/topic-link-icon.svg" border="false"::: [Transact-SQL syntax conventions](../language-elements/transact-sql-syntax-conventions-transact-sql.md)
2929

3030
## Syntax
3131

docs/t-sql/functions/approx-percentile-disc-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ monikerRange: "azuresqldb-current||=azuresqldb-mi-current||>=sql-server-2016||>=
2525

2626
This function returns the value from the set of values in a group based on the provided percentile and sort specification. Since this is an approximate function, the output would be within rank based error bound with certain confidence. As this approximate percentile is based on a discrete distribution of the column values, the output value would be equal to one of the specific values in the column. This function can be used as an alternative to PERCENTILE_DISC for large datasets where negligible error with faster response is acceptable as compared to accurate percentile value with slow response time.
2727

28-
[Transact-SQL syntax conventions](../language-elements/transact-sql-syntax-conventions-transact-sql.md)
28+
:::image type="icon" source="../../includes/media/topic-link-icon.svg" border="false"::: [Transact-SQL syntax conventions](../language-elements/transact-sql-syntax-conventions-transact-sql.md)
2929

3030
## Syntax
3131

0 commit comments

Comments
 (0)