Skip to content

Commit 617ce1d

Browse files
authored
updated syntaxsql tag
and removed a sql tag from the output
1 parent 701afd9 commit 617ce1d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/t-sql/functions/cume-dist-transact-sql.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ For [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], this function cal
3030

3131
## Syntax
3232

33-
```sql
33+
```syntaxsql
3434
CUME_DIST( )
3535
OVER ( [ partition_by_clause ] order_by_clause )
36-
3736
```
3837

3938
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
@@ -69,8 +68,7 @@ ORDER BY Department, Rate DESC;
6968

7069
[!INCLUDE[ssResult](../../includes/ssresult-md.md)]
7170

72-
```sql
73-
71+
```
7472
Department LastName Rate CumeDist PctRank
7573
---------------------- ---------------------- --------------------- ---------------------- ----------------------
7674
Document Control Arifin 17.7885 1 1

0 commit comments

Comments
 (0)