Skip to content

Commit 2b5b7d0

Browse files
authored
Merge pull request #798 from daschall/patch-10
Update varp-transact-sql.md
2 parents a07feb7 + bf9fa72 commit 2b5b7d0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/t-sql/functions/varp-transact-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: "VARP (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "03/13/2017"
@@ -38,8 +38,8 @@ monikerRange: ">= aps-pdw-2016 || = azuresqldb-current || = azure-sqldw-latest |
3838
```
3939
-- Syntax for SQL Server and Azure SQL Database
4040
41-
VARP ( [ ALL | DISTINCT ] expression )
42-
OVER ( [ partition_by_clause ] order_by_clause ) nh
41+
VARP ( [ ALL | DISTINCT ] expression )
42+
[ OVER ( [ partition_by_clause ] order_by_clause ) ]
4343
```
4444

4545
```

0 commit comments

Comments
 (0)