Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit e93d46e

Browse files
committed
more acrolinx updtes
1 parent b96dd2a commit e93d46e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Approximate percentile functions use KLL sketch. The sketch is built by reading
5757

5858
This function provides rank-based error guarantees not value based. The function implementation guarantees up to a 1.33% error rate within a 99% probability.
5959

60-
## Known Behaviors
60+
## Known issues
6161

6262
- If the trace flag is not enabled below error message would be raised
6363

@@ -69,13 +69,13 @@ This function provides rank-based error guarantees not value based. The function
6969
Msg 9836, Level 16, State 10, Line 17 </br>
7070
Internal APPROX_PERCENTILE_* runtime error('6'): APPROX_PERCENTILE_* add item </br>
7171

72-
To workaround above error, use cast/convert to change decimal or numeric data type to float data type or use continuous approximate percentile function.
72+
Workaround: Use the cast/convert to change decimal or numeric data type to float data type or use continuous approximate percentile function.
7373

7474
- The output of the functions may not be the same in all executions. The algorithm used for these functions is [KLL sketch](https://arxiv.org/pdf/1603.05346v2.pdf) which is a randomized algorithm. Every time the sketch is built, random values are picked. These functions provide rank-based error guarantees not value based.
7575

7676
- The function implementation guarantees up to a 1.33% error bounds within a 99% confidence.
7777

78-
## Compatibility Support
78+
## Compatibility support
7979

8080
Under compatibility level 110 and higher, WITHIN GROUP is a reserved keyword. For more information, see [ALTER DATABASE Compatibility Level (Transact-SQL).](/sql/t-sql/statements/alter-database-transact-sql-compatibility-level).
8181

0 commit comments

Comments
 (0)