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

Commit aa72285

Browse files
authored
Merge pull request #23314 from MikeRayMSFT/release-dallas
Add APPROX_PERCENTILE_*
2 parents 863e3b3 + 244bd0a commit aa72285

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/sql-server/what-s-new-in-sql-server-2022.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ This release is community technology preview (CTP) 2.1. CTP 2.1 includes updates
6969
- Attach to Azure from Configuration Manager - Azure Arc-enabled instance
7070
- Ledger - automatic digest upload to Azure Storage
7171
- [Language](#language)
72-
- APPROXIMATE PERCENTILE
73-
- DATETRUNC ()
72+
- APPROX_PERCENTILE_DISC()
73+
- APPROX_PERCENTILE_CONT()
74+
- DATETRUNC()
7475
- IS \[NOT\] DISTINCT FROM
7576

7677
For details, see the feature descriptions in the sections below.
@@ -153,6 +154,7 @@ The following sections provide an overview of these features.
153154
| IS \[NOT\] DISTINCT FROM | Determines whether two expressions when compared with each other evaluate to NULL, and guarantees a true or false value as the result. For more information, see [IS [NOT] DISTINCT FROM (Transact-SQL)](../t-sql/queries/is-distinct-from-transact-sql.md). |
154155
| Time series functions | You can store and analyze data that changes over time, using time-windowing, aggregation, and filtering capabilities.<br/>- [DATE_BUCKET ()](../t-sql/functions/date-bucket-transact-sql.md)<br/>- [GENERATE_SERIES ()](../t-sql/functions/generate-series-transact-sql.md)<br/><br/>The following adds support to IGNORE NULLS and RESPECT NULLS:<br/>- [FIRST_VALUE ()](../t-sql/functions/first-value-transact-sql.md)<br/>- [LAST_VALUE ()](../t-sql/functions/last-value-transact-sql.md)|
155156
| JSON functions | - [ISJSON ()](../t-sql/functions/isjson-transact-sql.md)<br/>- [JSON_PATH_EXISTS ()](../t-sql/functions/json-path-exists-transact-sql.md)<br/>- [JSON_OBJECT ()](../t-sql/functions/json-object-transact-sql.md)<br/>- [JSON_ARRAY ()](../t-sql/functions/json-array-transact-sql.md)|
157+
| Aggregate functions | - [APPROX_PERCENTILE_CONT ()](../t-sql/functions/approx-percentile-cont-transact-sql.md)<br/>- [APPROX_PERCENTILE_DISC ()](../t-sql/functions/approx-percentile-disc-transact-sql.md)
156158
| T-SQL functions |- [GREATEST ()](../t-sql/functions/logical-functions-greatest-transact-sql.md)<br/>- [LEAST ()](../t-sql/functions/logical-functions-least-transact-sql.md)<br/>- [STRING_SPLIT ()](../t-sql/functions/string-split-transact-sql.md)<br/>- [DATETRUNC ()](../t-sql/functions/datetrunc-transact-sql.md)|
157159

158160
## Tools

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: APPOX_PERCENTILE_DISC (Transact-SQL)
2+
title: APPROX_PERCENTILE_DISC (Transact-SQL)
33
description: A function that returns the value from the set of values in a group based on the provided percentile and sort specification.
44
ms.prod: sql
55
ms.technology: t-sql

0 commit comments

Comments
 (0)